| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 2 tests. 0 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 FAIL innerHTML in XHTML: getting while the document is in an invalid state asser
t_throws: getting element with ":" in its local name function "function () { | 3 FAIL innerHTML in XHTML: getting while the document is in an invalid state asser
t_throws: getting element with ":" in its local name function "function () { |
| 3 document.documentElement.innerHTML; | 4 document.documentElement.innerHTML; |
| 4 }" did not throw | 5 }" did not throw |
| 5 FAIL innerHTML in XHTML: getting while the document is in an invalid state 1 ass
ert_throws: Getting a Text node whose data contains characters that are not matc
hed by the XML Char production function "function () { | 6 FAIL innerHTML in XHTML: getting while the document is in an invalid state 1 ass
ert_throws: Getting a Text node whose data contains characters that are not matc
hed by the XML Char production function "function () { |
| 6 document.getElementsByTagName("title")[0].innerHTML; | 7 document.getElementsByTagName("title")[0].innerHTML; |
| 7 }" did not throw | 8 }" did not throw |
| 8 Harness: the test ran to completion. | 9 Harness: the test ran to completion. |
| 9 | 10 |
| OLD | NEW |