Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
FailinnerHTML in XHTML: getting while the document is in an invalid stateassert_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 run
Fail
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)
FailinnerHTML in XHTML: getting while the document is in an invalid state 1assert_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 run
Fail
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)