Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt

Issue 1578193006: Fix behavior of Document.body getter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698