https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3782ba249bb838c02509fea8158ff99be704c3c9 authored by Philip Jägenstedt on 20 October 2016, 12:03:00 UTC
Write more tests for HTMLAllCollection (document.all)
Tip revision: 3782ba2
productions.js
var invalid_names = ["", "invalid^Name", "\\", "'", '"', "0", "0:a"] // XXX
var valid_names = ["x", ":", "a:0"]
var invalid_qnames = [":a", "b:", "x:y:z"] // XXX
back to top