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

# Chrome #
Testing revision 42ead224386dc6e55774a3cbf08cdd0699f28f14
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    |
| 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                                                             | FAIL    |
| & 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                                                             | FAIL    |
| CR/CR pair converts to two <br>s in non-white-space:pre element           | FAIL    |
| End with CRLF                                                             | PASS    |
| Newline/newline pair converts to two <br>s in non-white-space:pre element | FAIL    |
| 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                                                           | FAIL    |
| Assigning null                                                            | PASS    |
| " preserved                                                               | PASS    |

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

Received on Wednesday, 26 October 2016 19:09:40 UTC