1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

LibWeb: Implement Element.getAttributeNodeNS

This commit is contained in:
Shannon Booth 2024-01-14 18:04:18 +13:00 committed by Andrew Kaster
parent a7316d3641
commit 7a26a889cb
5 changed files with 37 additions and 1 deletions

View file

@ -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'