mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Use the correct document URL in DOMParser.parseFromString()
We were hard-coding "about:blank" as the document URL for parsed HTML documents, which was definitely not correct. This fixes a bunch of WPT tests under /domparsing/ :^)
This commit is contained in:
committed by
Andreas Kling
parent
323370dfa3
commit
55f58eea99
Notes:
github-actions[bot]
2024-10-17 17:17:10 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/55f58eea99c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1841 Reviewed-by: https://github.com/fdellwing
@@ -0,0 +1,2 @@
|
||||
PASS text/html
|
||||
PASS application/xhtml+xml
|
||||
Reference in New Issue
Block a user