Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-lookupNamespaceURI-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-lookupNamespaceURI-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-lookupNamespaceURI-expected.txt |
deleted file mode 100644 |
index ddc55a9b73b12b2eeaa3d4c2c73049cf9f80b950..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-lookupNamespaceURI-expected.txt |
+++ /dev/null |
@@ -1,61 +0,0 @@ |
-This is a testharness.js-based test. |
-PASS DocumentFragment should have null namespace, prefix null |
-PASS DocumentFragment should have null namespace, prefix "" |
-PASS DocumentFragment should have null namespace, prefix "foo" |
-PASS DocumentFragment should have null namespace, prefix "xmlns" |
-FAIL DocumentFragment is in default namespace, prefix null assert_equals: expected true but got false |
-FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false |
-PASS DocumentFragment is in default namespace, prefix "foo" |
-PASS DocumentFragment is in default namespace, prefix "xmlns" |
-PASS Element should have null namespace, prefix null |
-PASS Element should have null namespace, prefix "" |
-PASS Element should not have namespace matching prefix with namespaceURI value |
-PASS Element should not have XMLNS namespace |
-PASS Element has namespace URI matching prefix |
-FAIL Empty namespace is not default, prefix null assert_equals: expected true but got false |
-FAIL Empty namespace is not default, prefix "" assert_equals: expected true but got false |
-PASS fooNamespace is not default |
-PASS xmlns namespace is not default |
-PASS Element should have baz namespace, prefix null |
-FAIL Element should have baz namespace, prefix "" assert_equals: expected (string) "bazURI" but got (object) null |
-PASS Element does not has namespace with xlmns prefix |
-PASS Element has bar namespace |
-PASS Empty namespace is not default on fooElem, prefix null |
-PASS Empty namespace is not default on fooElem, prefix "" |
-PASS bar namespace is not default |
-PASS baz namespace is default |
-PASS Comment should inherit baz namespace |
-FAIL Comment should inherit baz namespace assert_equals: expected (string) "bazURI" but got (object) null |
-PASS Comment should inherit namespace URI matching prefix |
-PASS Comment should inherit bar namespace |
-PASS For comment, empty namespace is not default, prefix null |
-PASS For comment, empty namespace is not default, prefix "" |
-PASS For comment, fooNamespace is not default |
-PASS For comment, xmlns namespace is not default |
-PASS For comment, inherited bar namespace is not default |
-PASS For comment, inherited baz namespace is default |
-PASS Child element should inherit baz namespace |
-FAIL Child element should have null namespace assert_equals: expected (string) "childNamespace" but got (object) null |
-PASS Child element should not have XMLNS namespace |
-PASS Child element has namespace URI matching prefix |
-PASS Empty namespace is not default for child, prefix null |
-PASS Empty namespace is not default for child, prefix "" |
-PASS fooNamespace is not default for child |
-PASS xmlns namespace is not default for child |
-PASS bar namespace is not default for child |
-PASS baz namespace is default for child |
-PASS childNamespace is default for child |
-PASS Document should have xhtml namespace, prefix null |
-FAIL Document should have xhtml namespace, prefix "" assert_equals: expected (string) "http://www.w3.org/1999/xhtml" but got (object) null |
-PASS Document has no namespace URI matching prefix |
-PASS Document has bar namespace |
-PASS For document, empty namespace is not default, prefix null |
-PASS For document, empty namespace is not default, prefix "" |
-PASS For document, fooNamespace is not default |
-PASS For document, xmlns namespace is not default |
-PASS For document, bar namespace is not default |
-PASS For document, baz namespace is not default |
-PASS For document, xhtml namespace is default |
-PASS Comment does not have bar namespace |
-Harness: the test ran to completion. |
- |