Newer
Older
minerva / Tests / LibWeb / Text / expected / DOM / Element-removeAttributeNS.txt
@minerva minerva on 13 Jul 314 bytes Initial commit
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'