ladybird/Tests/LibWeb/Text/expected/namespace-attribute-changed.txt
Jelle Raaijmakers 405e270583 LibWeb: Skip namespaced attributes in Element::attribute_changed()
Fixes the `dom/nodes/getElementsByClassName-11.xml` WPT test, which can
be imported but unfortunately not run since it's not an .html file.

Co-authored-by: YTBuzzles <bentory15@proton.me>
2025-11-24 09:13:26 +01:00

4 lines
139 B
Text

Matched elements: 3
Match: <x class="a"></x>
Match: <g:x class="a"></g:x>
Match: <t:x class="a" t:class="a" h:class="a" g:class="a"></t:x>