mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Look at both namespace & tag name in HTML parser stack checks
We were neglecting to check the namespace when looking for a specific type of element on the stack of open elements in many cases. This caused us to confuse HTML and SVG elements.
This commit is contained in:
committed by
Andreas Kling
parent
7d7f8f1b48
commit
ceedfb34d2
Notes:
github-actions[bot]
2024-11-05 11:30:21 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/ceedfb34d2f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2161
@@ -6,6 +6,6 @@ Rerun
|
||||
|
||||
Found 1 tests
|
||||
|
||||
1 Fail
|
||||
1 Pass
|
||||
Details
|
||||
Result Test Name MessageFail html5lib_namespace-sensitivity.html de0a2051123e97a540e3aeb58375103bda021122
|
||||
Result Test Name MessagePass html5lib_namespace-sensitivity.html de0a2051123e97a540e3aeb58375103bda021122
|
||||
Reference in New Issue
Block a user