mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Update wpt-tests metadata
This commit is contained in:
@@ -637,7 +637,7 @@ pub fn follow_hyperlink(subject: &Element, hyperlink_suffix: Option<String>) {
|
||||
if let Some(suffix) = hyperlink_suffix {
|
||||
href.push_str(&suffix);
|
||||
}
|
||||
let url = match document.url().join(&href) {
|
||||
let url = match document.base_url().join(&href) {
|
||||
Ok(url) => url,
|
||||
Err(_) => return,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user