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

# Firefox #
Testing revision 161322f0a9ac91633d63a4f7942594bfaf71ef4e
Starting 10 test iterations
All results were stable

## All results ##

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

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

Received on Wednesday, 26 October 2016 17:48:01 UTC