1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

LibWeb: Implement Element.getAttributeNS

This commit is contained in:
Shannon Booth 2024-01-13 17:31:46 +13:00 committed by Andreas Kling
parent 8cf783b260
commit 785fa60cca
5 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,4 @@
xlink:ref getAttribute = 'null'
xlink:ref getAttributeNS = 'test'
href getAttribute = 'test'
href getAttributeNS = 'null'