Fail | innerHTML in XHTML: getting while the document is in an invalid state | assert_throws_dom: getting element with ":" in its local name function "function() {
document.documentElement.innerHTML;
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/domparsing/innerhtml-01.xhtml:16:3)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/domparsing/innerhtml-01.xhtml:14:1 Asserts runFail | assert_throws_dom("INVALID_STATE_ERR", function "function() { document.documentElement.innerHTML; }", "getting element with \":\" in its local name")
at Test.<anonymous> ( /domparsing/innerhtml-01.xhtml:16:3) |
|
Fail | innerHTML in XHTML: getting while the document is in an invalid state 1 | assert_throws_dom: Getting a Text node whose data contains characters that are not matched by the XML Char production function "function() {
document.getElementsByTagName("title")[0].innerHTML;
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/domparsing/innerhtml-01.xhtml:22:3)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/domparsing/innerhtml-01.xhtml:20:1 Asserts runFail | assert_throws_dom("INVALID_STATE_ERR", function "function() { document.getElementsByTagName("title")[0].innerHTML; }", "Getting a Text node whose data contains characters that are not matched by the XML Char production")
at Test.<anonymous> ( /domparsing/innerhtml-01.xhtml:22:3) |
|