Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt |
deleted file mode 100644 |
index 6dbc1e0026fc7abae89aba7ffd45c8776c84e385..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-This is a testharness.js-based test. |
-PASS Childless document |
-PASS Childless html element |
-PASS Body followed by frameset inside the html element |
-PASS Frameset followed by body inside the html element |
-FAIL Body followed by frameset inside a non-HTML html element assert_equals: expected null but got Element node <body></body> |
-FAIL Frameset followed by body inside a non-HTML html element assert_equals: expected null but got Element node <frameset></frameset> |
-PASS Non-HTML body followed by body inside the html element |
-PASS Non-HTML frameset followed by body inside the html element |
-PASS Body inside an x element followed by a body |
-PASS Frameset inside an x element followed by a frameset |
-PASS Body as the root node |
-PASS Frameset as the root node |
-FAIL Body as the root node with a frameset child assert_equals: expected null but got Element node <frameset></frameset> |
-FAIL Frameset as the root node with a body child assert_equals: expected null but got Element node <body></body> |
-PASS Non-HTML body as the root node |
-PASS Non-HTML frameset as the root node |
-Harness: the test ran to completion. |
- |