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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Childless document
3 PASS Childless html element
4 PASS Body followed by frameset inside the html element
5 PASS Frameset followed by body inside the html element
6 FAIL Body followed by frameset inside a non-HTML html element assert_equals: exp ected null but got Element node <body></body>
7 FAIL Frameset followed by body inside a non-HTML html element assert_equals: exp ected null but got Element node <frameset></frameset>
8 PASS Non-HTML body followed by body inside the html element
9 PASS Non-HTML frameset followed by body inside the html element
10 PASS Body inside an x element followed by a body
11 PASS Frameset inside an x element followed by a frameset
12 PASS Body as the root node
13 PASS Frameset as the root node
14 FAIL Body as the root node with a frameset child assert_equals: expected null bu t got Element node <frameset></frameset>
15 FAIL Frameset as the root node with a body child assert_equals: expected null bu t got Element node <body></body>
16 PASS Non-HTML body as the root node
17 PASS Non-HTML frameset as the root node
18 Harness: the test ran to completion.
19
OLDNEW
« 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