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