mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
We populate the required field for all relevant entrypoints and set it to `document.base_url` when the url is `about:blank` or `about:srcdoc`. In all other cases, it uses `document.about_base_url`. Testing: WPT Fixes #41836 --------- Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>