Files
ladybird/Tests/LibWeb/Text/expected/DOM/Element-getAttributeNodeNS.txt
2024-01-14 16:10:18 -07:00

5 lines
203 B
Plaintext

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