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

Unified Diff: LayoutTests/fast/parser/append-child-followed-by-document-write-expected.txt

Issue 1163863005: Check documentElement conditions in parser* DOM mutation methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add the test again. Created 5 years, 7 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/parser/append-child-followed-by-document-write-expected.txt
diff --git a/LayoutTests/fast/parser/append-child-followed-by-document-write-expected.txt b/LayoutTests/fast/parser/append-child-followed-by-document-write-expected.txt
index 9f1fa12acdfcb9c2b7eee1842cb2ad89b7c05a59..55c25ecd7aa300276ad7c6ec00a8a56abad9bf12 100644
--- a/LayoutTests/fast/parser/append-child-followed-by-document-write-expected.txt
+++ b/LayoutTests/fast/parser/append-child-followed-by-document-write-expected.txt
@@ -1,3 +1,5 @@
-ALERT: document.firstChild.outerHTML: <a></a>
-document.firstChild.nextSibling.outerHTML: <html><head></head><body><b id="b"></b></body></html>
+ALERT: document.documentElement.outerHTML: <a></a>
+document.childNodes.length: 1
+b element: null
+
« no previous file with comments | « LayoutTests/fast/parser/append-child-followed-by-document-write.html ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698