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

Unified Diff: LayoutTests/fast/dom/DocumentType/next-element-sibling-expected.txt

Issue 799523002: Split NonDocumentTypeChildNode from ChildNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/DocumentType/next-element-sibling-expected.txt
diff --git a/LayoutTests/fast/dom/DocumentType/next-element-sibling-expected.txt b/LayoutTests/fast/dom/DocumentType/next-element-sibling-expected.txt
index 23a81ef715e4c40e2b41f562758e08c19de4cdfa..159069250013d76c097c025143d35c90512fe3c4 100644
--- a/LayoutTests/fast/dom/DocumentType/next-element-sibling-expected.txt
+++ b/LayoutTests/fast/dom/DocumentType/next-element-sibling-expected.txt
@@ -1,10 +1,9 @@
-This tests the ChildNode interface nextElementSibling property on a DocumentType node.
+This tests the NonDocumentTypeChildNode interface nextElementSibling property on a DocumentType node.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS doctype.nextElementSibling is document.documentElement
-PASS doctype.nextElementSibling is document.documentElement
+PASS doctype.nextElementSibling is undefined.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698