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

Unified Diff: LayoutTests/fast/dom/Text/previous-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/previous-element-sibling.html
diff --git a/LayoutTests/fast/dom/Text/previous-element-sibling.html b/LayoutTests/fast/dom/Text/previous-element-sibling.html
index 03d9f0ffe3e86c7ff320d6095bcbeab6a265c02c..e5121c8b5026e5107e298b789b46ebfaeeee5eda 100644
--- a/LayoutTests/fast/dom/Text/previous-element-sibling.html
+++ b/LayoutTests/fast/dom/Text/previous-element-sibling.html
@@ -2,7 +2,7 @@
<script src="../../../resources/js-test.js"></script>
<script>
-description('This tests the ChildNode interface previousElementSibling property on a Text node.');
+description('This tests the NonDocumentTypeChildNode interface previousElementSibling 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