ladybird/Tests/LibWeb/Text/expected/non-html-mixed-case-element-name-selector-matching.txt
sideshowbarker 72a86f2df3 LibWeb: Fix selector matching for non-HTML mixed-case element names
This change fixes selector matching for non-HTML elements that have
mixed-case names — such as the SVG foreignObject element.

Otherwise, without this change, attempting to use a selector to match
such an element — e.g., document.querySelector("foreignObject") — fails.
2024-12-25 13:54:06 +00:00

4 lines
215 B
Text

✅ Pass: Selector match for SVG element textPath.
✅ Pass: Selector match for SVG element clipPath.
✅ Pass: Selector match for SVG element foreignObject.
✅ Pass: Selector match for SVG element radialGradient.