mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibWeb: Implement Element.getAttributeNodeNS
This commit is contained in:
parent
a7316d3641
commit
7a26a889cb
5 changed files with 37 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
xlink:href getAttributeNode = 'null'
|
||||
xlink:href getAttributeNodeNS = 'Attr': name = xlink:href value = test
|
||||
href getAttributeNode = 'Attr': name = href value = test
|
||||
href getAttributeNodeNS = 'null'
|
Loading…
Add table
Add a link
Reference in a new issue