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

Unified Diff: LayoutTests/fast/dom/DocumentType/previous-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/previous-element-sibling-expected.txt
diff --git a/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt b/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
index 58180e0f955a58dd064ee8085ce2fdf0895a1267..07f4c61d63cc9022352aead102962d2df3ea811b 100644
--- a/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
+++ b/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
@@ -1,10 +1,9 @@
-This tests the ChildNode interface previousElementSibling property on a DocumentType node.
+This tests the NonDocumentTypeChildNode interface previousElementSibling property on a DocumentType node.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS doctype.previousElementSibling is null
-PASS doctype.previousElementSibling is null
+PASS doctype.previousElementSibling is undefined.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/DocumentType/previous-element-sibling.html ('k') | LayoutTests/fast/dom/Text/next-element-sibling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698