mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibWeb: Implement Element.getAttributeNS
This commit is contained in:
parent
8cf783b260
commit
785fa60cca
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/shannonbooth
Commit: 785fa60cca
Pull-request: https://github.com/SerenityOS/serenity/pull/22730
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