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

13 lines
319 B
Plaintext

Original values
xlink:href getAttributeNS = 'test'
href getAttribute = 'test'
Non-matching namespace
xlink:href getAttributeNS = 'test'
href getAttribute = 'test'
Non-matching name
xlink:href getAttributeNS = 'test'
href getAttribute = 'test'
Matching
xlink:href getAttributeNS = 'null'
href getAttribute = 'null'