Re: Test that setting innerText on <br> etc doesn't throw (#3491)

# Chrome #
Testing revision c8181b9b7190cd840cc871c1f0e2712a5cb3cb8f
Starting 10 test iterations
All results were stable

## All results ##

<details>

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


|                                   Subtest                                   | Results |
|-----------------------------------------------------------------------------|---------|
|                                                                             | OK      |
| `Newlines convert to <br> in <pre> element`                                 | PASS    |
| `innerText on <tbody> element`                                              | FAIL    |
| `Simplest possible test`                                                    | PASS    |
| `innerText on <meta> element`                                               | FAIL    |
| `> preserved`                                                               | PASS    |
| `innerText on <col> element`                                                | FAIL    |
| `innerText on <head> element`                                               | FAIL    |
| `innerText on <area> element`                                               | FAIL    |
| `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 on <table> element`                                              | FAIL    |
| `innerText on <menuitem> element`                                           | PASS    |
| `innerText not supported on MathML elements`                                | PASS    |
| `innerText on <br> element`                                                 | FAIL    |
| `Newline/CR pair converts to <br> in non-white-space:pre element`           | PASS    |
| `innerText not supported on SVG elements`                                   | PASS    |
| `innerText on <basefont> element`                                           | FAIL    |
| `innerText on <source> element`                                             | FAIL    |
| `innerText on <tr> element`                                                 | FAIL    |
| `innerText on <thead> element`                                              | FAIL    |
| `& preserved`                                                               | PASS    |
| `CRs convert to <br> in <pre> element`                                      | PASS    |
| `innerText on <frame> element`                                              | FAIL    |
| `innerText on <hr> element`                                                 | FAIL    |
| `Assigning the empty string`                                                | PASS    |
| `Whitespace not compressed`                                                 | PASS    |
| `innerText on <tfoot> element`                                              | FAIL    |
| `Existing text deleted`                                                     | PASS    |
| `CRs convert to <br> in white-space:pre element`                            | PASS    |
| `Trailing whitespace preserved`                                             | PASS    |
| `innerText on <input> element`                                              | FAIL    |
| `innerText on <base> element`                                               | FAIL    |
| `Assigning undefined`                                                       | PASS    |
| `innerText on <frameset> element`                                           | FAIL    |
| `innerText on <wbr> element`                                                | FAIL    |
| `innerText on <param> element`                                              | FAIL    |
| `innerText on <keygen> element`                                             | FAIL    |
| `CR/CR pair converts to two <br>s in non-white-space:pre element`           | PASS    |
| `innerText on <track> element`                                              | FAIL    |
| `Newline/newline pair converts to two <br>s in non-white-space:pre element` | PASS    |
| `innerText on <link> element`                                               | FAIL    |
| `Newlines convert to <br> in non-white-space:pre elements`                  | PASS    |
| `innerText on <image> element`                                              | FAIL    |
| `CRs convert to <br> in non-white-space:pre elements`                       | PASS    |
| `Leading whitespace preserved`                                              | PASS    |
| `innerText on <embed> element`                                              | FAIL    |
| `innerText on <html> element`                                               | FAIL    |
| `innerText on <colgroup> element`                                           | FAIL    |
| `Assigning null`                                                            | PASS    |
| `innerText on <img> element`                                                | FAIL    |
| `innerText on <bgsound> element`                                            | PASS    |
| `" preserved`                                                               | PASS    |

</details>


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

Received on Tuesday, 10 January 2017 21:49:48 UTC