Re: innerText setter should not result in empty text nodes (#3492)

# Firefox #
Testing revision 8c230f40e246d3fdc4dabb79c2615335d852760a
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/3492/innerText/setter.html">/innerText/setter.html</a></summary>


|                                   Subtest                                   | Results |
|-----------------------------------------------------------------------------|---------|
|                                                                             | OK      |
| `Newlines convert to <br> in <pre> element`                                 | PASS    |
| `Simplest possible test`                                                    | PASS    |
| `> preserved`                                                               | PASS    |
| `End with CR`                                                               | 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    |
| `Start with CR`                                                             | 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    |
| `End with LF`                                                               | PASS    |
| `Assigning undefined`                                                       | PASS    |
| `Start with LF`                                                             | PASS    |
| `CR/CR pair converts to two <br>s in non-white-space:pre element`           | PASS    |
| `End with CRLF`                                                             | 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    |
| `Start with CRLF`                                                           | PASS    |
| `Assigning null`                                                            | PASS    |
| `" preserved`                                                               | PASS    |

</details>


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

Received on Tuesday, 17 January 2017 09:39:22 UTC