Re: innerText setter should replace existing text node (#3493)

# Firefox #
Testing revision 2f961df5ab0eb305304e7699c581792c9438be72
Starting 10 test iterations
All results were stable

## All results ##

### /innerText/setter.html ###
|                                  Subtest                                  | Results |
|---------------------------------------------------------------------------|---------|
|                                                                           | OK      |
| Newlines convert to <br> in <pre> element                                 | PASS    |
| Simplest possible test                                                    | PASS    |
| > preserved                                                               | PASS    |
| Tabs preserved                                                            | PASS    |
| < preserved                                                               | PASS    |
| ' preserved                                                               | PASS    |
| Existing <br> deleted                                                     | PASS    |
| Newlines convert to <br> in white-space:pre element                       | PASS    |
| Null characters preserved                                                 | PASS    |
| innerText not supported on MathML elements                                | PASS    |
| Newline/CR pair converts to <br> in non-white-space:pre element           | PASS    |
| innerText not supported on SVG elements                                   | PASS    |
| & preserved                                                               | PASS    |
| CRs convert to <br> in <pre> element                                      | PASS    |
| Assigning the empty string                                                | PASS    |
| Whitespace not compressed                                                 | PASS    |
| Existing text deleted                                                     | PASS    |
| CRs convert to <br> in white-space:pre element                            | PASS    |
| Trailing whitespace preserved                                             | PASS    |
| Assigning undefined                                                       | PASS    |
| CR/CR pair converts to two <br>s in non-white-space:pre element           | PASS    |
| Newline/newline pair converts to two <br>s in non-white-space:pre element | PASS    |
| Newlines convert to <br> in non-white-space:pre elements                  | PASS    |
| CRs convert to <br> in non-white-space:pre elements                       | PASS    |
| Leading whitespace preserved                                              | PASS    |
| Assigning null                                                            | PASS    |
| " preserved                                                               | PASS    |

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3493#issuecomment-256445771

Received on Wednesday, 26 October 2016 19:03:22 UTC