mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibWeb: Implement Element.getAttributeNS
This commit is contained in:
parent
8cf783b260
commit
785fa60cca
5 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
xlink:ref getAttribute = 'null'
|
||||
xlink:ref getAttributeNS = 'test'
|
||||
href getAttribute = 'test'
|
||||
href getAttributeNS = 'null'
|
Loading…
Add table
Add a link
Reference in a new issue