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

Side by Side Diff: LayoutTests/fast/dom/HTMLHeadElement/head-check-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 This test checks whether one (and only one) HEAD element is created for various HTML documents. See Bug 7321 REGRESSION: style tag in body causes two head eleme nts to appear in the DOM. 1 This test checks whether one (and only one) HEAD element is created for various HTML documents. See Bug 7321 REGRESSION: style tag in body causes two head eleme nts to appear in the DOM.
2 2
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
3 Testing: head-check-1.html 6 Testing: head-check-1.html
4 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1 7 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
5 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head' 8 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
6 9
7 Testing: head-check-2.html 10 Testing: head-check-2.html
8 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1 11 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
9 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head' 12 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
10 13
11 Testing: head-check-3.html 14 Testing: head-check-3.html
12 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1 15 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
13 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head' 16 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
14 17
15 Testing: head-check-4.html 18 Testing: head-check-4.html
16 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1 19 PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
17 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head' 20 PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
18 21
19 TEST COMPLETE 22 TEST COMPLETE
20 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698