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')); |