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

Side by Side Diff: LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt

Issue 366883003: Make DOMImplementation.createHTMLDocument implementation more spec aligned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take review comment into consideration Created 6 years, 5 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
OLDNEW
1 This page tests the DOM createHTMLDocument method. 1 This page tests the DOM createHTMLDocument method.
2 2
3 If the test passes, you'll see a series of 'PASS' messages below. 3 If the test passes, you'll see a series of 'PASS' messages below.
4 4
5 [document with title 'title'] 5 [document with title 'title']
6 PASS: doc.title should be title and is. 6 PASS: doc.title should be title and is.
7 PASS: doc.getElementsByTagName('html').length should be 1 and is. 7 PASS: doc.getElementsByTagName('html').length should be 1 and is.
8 PASS: doc.getElementsByTagName('head').length should be 1 and is. 8 PASS: doc.getElementsByTagName('head').length should be 1 and is.
9 PASS: doc.getElementsByTagName('title').length should be 1 and is. 9 PASS: doc.getElementsByTagName('title').length should be 1 and is.
10 PASS: doc.getElementsByTagName('body').length should be 1 and is. 10 PASS: doc.getElementsByTagName('body').length should be 1 and is.
11 [document with title ''] 11 [document with title '']
12 PASS: doc.title should be and is. 12 PASS: doc.title should be and is.
13 PASS: doc.getElementsByTagName('title').item(0).firstChild.data should be and is .
13 [document with null title] 14 [document with null title]
14 PASS: doc.title should be null and is. 15 PASS: doc.title should be null and is.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698