From b6d8428d49fc8cf57552e8661b5c1e74433e963c Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 2 May 2023 15:46:46 +0300 Subject: [PATCH] Use document's base URL when resolving hrefs This regressed at some point in the past with the various refactorings to the link processing model. Closes #8330. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index b70b26d0d13..c1da72677b9 100644 --- a/source +++ b/source @@ -15518,7 +15518,7 @@ interface HTMLLinkElement : HTMLElement {
el's source set
base URL
-
document's URL
+
document's document base URL
origin
document's origin
@@ -15637,7 +15637,7 @@ interface HTMLLinkElement : HTMLElement {
linkObject["target_uri"]
base URL
-
doc's URL
+
doc's document base URL
origin
doc's origin