mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:35:07 +00:00
12 lines
319 B
Text
12 lines
319 B
Text
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'
|