| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f88ee11e3a204a8662f03b40eaed545f8214165c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt
|
| @@ -0,0 +1,39 @@
|
| +This is a testharness.js-based test.
|
| +PASS Document.createElement
|
| +PASS createElement(undefined)
|
| +PASS createElement(null)
|
| +PASS createElement("foo")
|
| +PASS createElement("f1oo")
|
| +PASS createElement("foo1")
|
| +PASS createElement("f̀oo")
|
| +PASS createElement("foò")
|
| +PASS createElement(":foo")
|
| +PASS createElement("f:oo")
|
| +PASS createElement("foo:")
|
| +PASS createElement("xml")
|
| +PASS createElement("xmlns")
|
| +PASS createElement("xmlfoo")
|
| +PASS createElement("xml:foo")
|
| +PASS createElement("xmlns:foo")
|
| +PASS createElement("xmlfoo:bar")
|
| +PASS createElement("svg")
|
| +PASS createElement("math")
|
| +PASS createElement("FOO")
|
| +FAIL createElement("marK") assert_equals: expected "marK" but got "mark"
|
| +FAIL createElement("İnput") assert_equals: expected "İnput" but got "i̇nput"
|
| +FAIL createElement("ınput") assert_equals: expected "ıNPUT" but got "INPUT"
|
| +PASS createElement("")
|
| +PASS createElement("1foo")
|
| +PASS createElement("̀foo")
|
| +PASS createElement("}foo")
|
| +PASS createElement("f}oo")
|
| +PASS createElement("foo}")
|
| +PASS createElement("foo")
|
| +PASS createElement("foo")
|
| +PASS createElement("foo")
|
| +PASS createElement("<foo")
|
| +PASS createElement("foo>")
|
| +PASS createElement("<foo>")
|
| +PASS createElement("f<oo")
|
| +Harness: the test ran to completion.
|
| +
|
|
|