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

Unified 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, 6 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
Index: LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt
diff --git a/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt b/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt
index 3f5e493eb03b2d57e77ac1acd2af65543398cfb2..1db6e77099f951c0a801ab9553a6a95c394f7088 100644
--- a/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt
+++ b/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt
@@ -10,5 +10,6 @@ PASS: doc.getElementsByTagName('title').length should be 1 and is.
PASS: doc.getElementsByTagName('body').length should be 1 and is.
[document with title '']
PASS: doc.title should be and is.
+PASS: doc.getElementsByTagName('title').item(0).firstChild.data should be and is.
[document with null title]
PASS: doc.title should be null and is.

Powered by Google App Engine
This is Rietveld 408576698