mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
dom: implement element.*Attribute
This commit is contained in:
3
tests/wpt/dom/nodes/productions.js
Normal file
3
tests/wpt/dom/nodes/productions.js
Normal file
@@ -0,0 +1,3 @@
|
||||
var invalid_names = ["", "invalid^Name", "\\", "'", '"', "0", "0:a"] // XXX
|
||||
var valid_names = ["x", "X", ":", "a:0"]
|
||||
var invalid_qnames = [":a", "b:", "x:y:z"] // XXX
|
||||
Reference in New Issue
Block a user