| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Simplest possible test | 2 PASS Simplest possible test |
| 3 PASS Newlines convert to <br> in non-white-space:pre elements | 3 PASS Newlines convert to <br> in non-white-space:pre elements |
| 4 PASS Newlines convert to <br> in <pre> element | 4 PASS Newlines convert to <br> in <pre> element |
| 5 PASS Newlines convert to <br> in white-space:pre element | 5 PASS Newlines convert to <br> in white-space:pre element |
| 6 PASS CRs convert to <br> in non-white-space:pre elements | 6 PASS CRs convert to <br> in non-white-space:pre elements |
| 7 PASS CRs convert to <br> in <pre> element | 7 PASS CRs convert to <br> in <pre> element |
| 8 PASS Newline/CR pair converts to <br> in non-white-space:pre element | 8 PASS Newline/CR pair converts to <br> in non-white-space:pre element |
| 9 PASS Newline/newline pair converts to two <br>s in non-white-space:pre element | 9 PASS Newline/newline pair converts to two <br>s in non-white-space:pre element |
| 10 PASS CR/CR pair converts to two <br>s in non-white-space:pre element | 10 PASS CR/CR pair converts to two <br>s in non-white-space:pre element |
| 11 PASS CRs convert to <br> in white-space:pre element | 11 PASS CRs convert to <br> in white-space:pre element |
| 12 PASS < preserved | 12 PASS < preserved |
| 13 PASS > preserved | 13 PASS > preserved |
| 14 PASS & preserved | 14 PASS & preserved |
| 15 PASS " preserved | 15 PASS " preserved |
| 16 PASS ' preserved | 16 PASS ' preserved |
| 17 PASS innerText not supported on SVG elements | 17 PASS innerText not supported on SVG elements |
| 18 PASS innerText not supported on MathML elements | 18 PASS innerText not supported on MathML elements |
| 19 PASS Null characters preserved | 19 PASS Null characters preserved |
| 20 PASS Tabs preserved | 20 PASS Tabs preserved |
| 21 PASS Leading whitespace preserved | 21 PASS Leading whitespace preserved |
| 22 PASS Trailing whitespace preserved | 22 PASS Trailing whitespace preserved |
| 23 PASS Whitespace not compressed | 23 PASS Whitespace not compressed |
| 24 PASS Existing text deleted | 24 FAIL Existing text deleted assert_not_equals: Child should be a *new* text node
got disallowed value Text node "abc" |
| 25 PASS Existing <br> deleted | 25 PASS Existing <br> deleted |
| 26 PASS Assigning the empty string | 26 PASS Assigning the empty string |
| 27 PASS Assigning null | 27 PASS Assigning null |
| 28 PASS Assigning undefined | 28 PASS Assigning undefined |
| 29 FAIL innerText on <area> element Failed to set the 'innerText' property on 'HTML
Element': The 'area' element does not support text insertion. | 29 FAIL innerText on <area> element Failed to set the 'innerText' property on 'HTML
Element': The 'area' element does not support text insertion. |
| 30 FAIL innerText on <base> element Failed to set the 'innerText' property on 'HTML
Element': The 'base' element does not support text insertion. | 30 FAIL innerText on <base> element Failed to set the 'innerText' property on 'HTML
Element': The 'base' element does not support text insertion. |
| 31 FAIL innerText on <basefont> element Failed to set the 'innerText' property on '
HTMLElement': The 'basefont' element does not support text insertion. | 31 FAIL innerText on <basefont> element Failed to set the 'innerText' property on '
HTMLElement': The 'basefont' element does not support text insertion. |
| 32 PASS innerText on <bgsound> element | 32 PASS innerText on <bgsound> element |
| 33 FAIL innerText on <br> element Failed to set the 'innerText' property on 'HTMLEl
ement': The 'br' element does not support text insertion. | 33 FAIL innerText on <br> element Failed to set the 'innerText' property on 'HTMLEl
ement': The 'br' element does not support text insertion. |
| 34 FAIL innerText on <col> element Failed to set the 'innerText' property on 'HTMLE
lement': The 'col' element does not support text insertion. | 34 FAIL innerText on <col> element Failed to set the 'innerText' property on 'HTMLE
lement': The 'col' element does not support text insertion. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 50 FAIL innerText on <frameset> element Failed to set the 'innerText' property on '
HTMLElement': The 'frameset' element does not support text insertion. | 50 FAIL innerText on <frameset> element Failed to set the 'innerText' property on '
HTMLElement': The 'frameset' element does not support text insertion. |
| 51 FAIL innerText on <head> element Failed to set the 'innerText' property on 'HTML
Element': The 'head' element does not support text insertion. | 51 FAIL innerText on <head> element Failed to set the 'innerText' property on 'HTML
Element': The 'head' element does not support text insertion. |
| 52 FAIL innerText on <html> element Failed to set the 'innerText' property on 'HTML
Element': The 'html' element does not support text insertion. | 52 FAIL innerText on <html> element Failed to set the 'innerText' property on 'HTML
Element': The 'html' element does not support text insertion. |
| 53 FAIL innerText on <table> element Failed to set the 'innerText' property on 'HTM
LElement': The 'table' element does not support text insertion. | 53 FAIL innerText on <table> element Failed to set the 'innerText' property on 'HTM
LElement': The 'table' element does not support text insertion. |
| 54 FAIL innerText on <tbody> element Failed to set the 'innerText' property on 'HTM
LElement': The 'tbody' element does not support text insertion. | 54 FAIL innerText on <tbody> element Failed to set the 'innerText' property on 'HTM
LElement': The 'tbody' element does not support text insertion. |
| 55 FAIL innerText on <tfoot> element Failed to set the 'innerText' property on 'HTM
LElement': The 'tfoot' element does not support text insertion. | 55 FAIL innerText on <tfoot> element Failed to set the 'innerText' property on 'HTM
LElement': The 'tfoot' element does not support text insertion. |
| 56 FAIL innerText on <thead> element Failed to set the 'innerText' property on 'HTM
LElement': The 'thead' element does not support text insertion. | 56 FAIL innerText on <thead> element Failed to set the 'innerText' property on 'HTM
LElement': The 'thead' element does not support text insertion. |
| 57 FAIL innerText on <tr> element Failed to set the 'innerText' property on 'HTMLEl
ement': The 'tr' element does not support text insertion. | 57 FAIL innerText on <tr> element Failed to set the 'innerText' property on 'HTMLEl
ement': The 'tr' element does not support text insertion. |
| 58 Harness: the test ran to completion. | 58 Harness: the test ran to completion. |
| 59 | 59 |
| OLD | NEW |