| Index: LayoutTests/fast/dom/DocumentType/previous-element-sibling.html
|
| diff --git a/LayoutTests/fast/dom/DocumentType/previous-element-sibling.html b/LayoutTests/fast/dom/DocumentType/previous-element-sibling.html
|
| index a32f1bc5a7c1bb20f2d8a4fa88c4040a95a859fc..13bbd125c6f2234623dd3ec607e6068af1c44695 100644
|
| --- a/LayoutTests/fast/dom/DocumentType/previous-element-sibling.html
|
| +++ b/LayoutTests/fast/dom/DocumentType/previous-element-sibling.html
|
| @@ -10,4 +10,3 @@ document.insertBefore(new Comment(), doctype);
|
| shouldBeNull('doctype.previousElementSibling');
|
|
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|