Re: [dom-tests] Added tests for createElement for non-HTML documents (#1276)

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

## All results ##

### /dom/nodes/Document-createElement.html ###
|                  Subtest                  | Results |
|-------------------------------------------|---------|
|                                           | OK      |
| createElement("xmlfoo:bar")               | PASS    |
| createElement("f<oo")                     | PASS    |
| createElement("marK")                     | FAIL    |
| createElement on non-HTML SVG documents   | PASS    |
| createElement("")                         | PASS    |
| createElement("̀foo")                     | PASS    |
| createElement("foo}")                     | PASS    |
| createElement(undefined)                  | PASS    |
| createElement("foo:")                     | PASS    |
| createElement("math")                     | PASS    |
| createElement("xmlns:foo")                | PASS    |
| Document.createElement                    | PASS    |
| createElement("foo")                      | PASS    |
| createElement("f̀oo")                     | PASS    |
| createElement on non-HTML documents       | PASS    |
| createElement("1foo")                     | PASS    |
| createElement(":foo")                     | PASS    |
| createElement on non-HTML XHTML documents | FAIL    |
| createElement("foo>")                     | PASS    |
| createElement("\ufffffoo")                | PASS    |
| createElement("f}oo")                     | PASS    |
| createElement("f1oo")                     | PASS    |
| createElement("}foo")                     | PASS    |
| createElement("FOO")                      | PASS    |
| createElement("İnput")                    | FAIL    |
| createElement("xmlfoo")                   | PASS    |
| createElement("foò")                     | PASS    |
| createElement("svg")                      | PASS    |
| createElement("<foo")                     | PASS    |
| createElement("ınput")                    | FAIL    |
| createElement("foo\uffff")                | PASS    |
| createElement("xml:foo")                  | PASS    |
| createElement("xmlns")                    | PASS    |
| createElement("xml")                      | PASS    |
| createElement(null)                       | PASS    |
| createElement("foo1")                     | PASS    |
| createElement("f\uffffoo")                | PASS    |
| createElement("f:oo")                     | PASS    |
| createElement("<foo>")                    | PASS    |

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

Received on Thursday, 27 October 2016 12:50:07 UTC