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

Unified Diff: LayoutTests/fast/dom/Text/next-element-sibling.html

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/Text/next-element-sibling.html
diff --git a/LayoutTests/fast/dom/Text/next-element-sibling.html b/LayoutTests/fast/dom/Text/next-element-sibling.html
index 6e6a46e52b5059e3b23d128e88d77c30a7dfd288..bcd2ec0b226dc87fa2c044949043b3151daf235a 100644
--- a/LayoutTests/fast/dom/Text/next-element-sibling.html
+++ b/LayoutTests/fast/dom/Text/next-element-sibling.html
@@ -2,7 +2,7 @@
<script src="../../../resources/js-test.js"></script>
<script>
-description('This tests the ChildNode interface nextElementSibling property on a Text node.');
+description('This tests the NonDocumentTypeChildNode interface nextElementSibling property on a Text node.');
var element = document.createElement('div');
var a = element.appendChild(new Text('a'));

Powered by Google App Engine
This is Rietveld 408576698