Pass | ExprWhitespace: Only #x20 #x9 #xD or #xA must be handled as a whitespace. | Asserts runPass | assert_throws_dom("SyntaxError", function "() => { parse('\x0B\x0C .'); }")
at Test.<anonymous> ( /domxpath/lexical-structure.html:23:3) | Pass | assert_throws_dom("SyntaxError", function "() => { parse('\x0E\x0F .'); }")
at Test.<anonymous> ( /domxpath/lexical-structure.html:24:3) | Pass | assert_throws_dom("SyntaxError", function "() => { parse('\u3000 .'); }")
at Test.<anonymous> ( /domxpath/lexical-structure.html:25:3) | Pass | assert_throws_dom("SyntaxError", function "() => { parse('\u2029 .'); }")
at Test.<anonymous> ( /domxpath/lexical-structure.html:26:3) |
|