| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 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 () { | 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 document.documentElement.innerHTML; | 3 document.documentElement.innerHTML; |
| 4 }" did not throw | 4 }" 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 () { | 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 document.getElementsByTagName("title")[0].innerHTML; | 6 document.getElementsByTagName("title")[0].innerHTML; |
| 7 }" did not throw | 7 }" did not throw |
| 8 Harness: the test ran to completion. | 8 Harness: the test ran to completion. |
| 9 | 9 |
| OLD | NEW |