mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02: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'
|