Re: [domparsing-tests] Test that createContextualFragment works on a variety of contexts (#4403)

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

## All results ##

### [/innerText/setter.html](http://w3c-test.org/submissions/4403/innerText/setter.html) ###
|                                                      Subtest                                                       | Results |
|--------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                    | OK      |
| `Newlines convert to <br> in <pre> element`                                                                        | PASS    |
| `Assigning to an <input> element should work (even though it's void)`                                              | PASS    |
| `Assigning to an <link> element should work (even though it's void)`                                               | PASS    |
| `Assigning to an <wbr> element should work (even though it's void)`                                                | PASS    |
| `Simplest possible test`                                                                                           | PASS    |
| `> preserved`                                                                                                      | PASS    |
| `Assigning to an <image> element should work (even though Chrome historically didn't allow it for some reason)`    | PASS    |
| `Assigning to an <keygen> element should work (even though it's void)`                                             | PASS    |
| `Tabs preserved`                                                                                                   | PASS    |
| `< preserved`                                                                                                      | PASS    |
| `' preserved`                                                                                                      | PASS    |
| `Existing <br> deleted`                                                                                            | PASS    |
| `Newlines convert to <br> in white-space:pre element`                                                              | PASS    |
| `Assigning to an <base> element should work (even though it's void)`                                               | PASS    |
| `Null characters preserved`                                                                                        | PASS    |
| `innerText not supported on MathML elements`                                                                       | PASS    |
| `Assigning to an <meta> element should work (even though it's void)`                                               | PASS    |
| `Assigning to an <col> element should work (even though it's void)`                                                | PASS    |
| `Newline/CR pair converts to <br> in non-white-space:pre element`                                                  | PASS    |
| `innerText not supported on SVG elements`                                                                          | PASS    |
| `Assigning to an <menuitem> element should work (even though Chrome historically didn't allow it for some reason)` | PASS    |
| `& preserved`                                                                                                      | PASS    |
| `CRs convert to <br> in <pre> element`                                                                             | PASS    |
| `Assigning the empty string`                                                                                       | PASS    |
| `Assigning to an <basefont> element should work (even though Chrome historically didn't allow it for some reason)` | PASS    |
| `Whitespace not compressed`                                                                                        | PASS    |
| `Assigning to an <param> element should work (even though it's void)`                                              | PASS    |
| `Existing text deleted`                                                                                            | PASS    |
| `CRs convert to <br> in white-space:pre element`                                                                   | PASS    |
| `Trailing whitespace preserved`                                                                                    | PASS    |
| `Assigning to an <br> element should work (even though it's void)`                                                 | PASS    |
| `Assigning undefined`                                                                                              | PASS    |
| `Assigning to an <hr> element should work (even though it's void)`                                                 | 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 to an <source> element should work (even though it's void)`                                             | PASS    |
| `Assigning to an <embed> element should work (even though it's void)`                                              | PASS    |
| `Assigning null`                                                                                                   | PASS    |
| `Assigning to an <area> element should work (even though it's void)`                                               | PASS    |
| `Assigning to an <img> element should work (even though it's void)`                                                | PASS    |
| `Assigning to an <track> element should work (even though it's void)`                                              | PASS    |
| `" preserved`                                                                                                      | PASS    |


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

Received on Tuesday, 10 January 2017 21:42:22 UTC