mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
13 lines
319 B
Plaintext
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'
|