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 |
deleted file mode 100644 |
index 1cb119a349995f398edf6675fe58e816e0eecb38..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-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("\ufffffoo") |
-PASS createElement("f\uffffoo") |
-PASS createElement("foo\uffff") |
-PASS createElement("<foo") |
-PASS createElement("foo>") |
-PASS createElement("<foo>") |
-PASS createElement("f<oo") |
-Harness: the test ran to completion. |
- |