1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 18:45:08 +00:00
serenity/Tests/LibWeb/Text/expected/DOM/Element-getAttributeNodeNS.txt
2024-01-14 16:10:18 -07:00

4 lines
203 B
Text

xlink:href getAttributeNode = 'null'
xlink:href getAttributeNodeNS = 'Attr': name = xlink:href value = test
href getAttributeNode = 'Attr': name = href value = test
href getAttributeNodeNS = 'null'