| Index: LayoutTests/fast/dom/compare-document-position-disconnected-nodes.html
|
| diff --git a/LayoutTests/fast/dom/compare-document-position-disconnected-nodes.html b/LayoutTests/fast/dom/compare-document-position-disconnected-nodes.html
|
| index 96aa209f7d3d9efd6fc4ac895b811485efac4760..67f5553262f3312b955b81fec12b4bee41da2976 100644
|
| --- a/LayoutTests/fast/dom/compare-document-position-disconnected-nodes.html
|
| +++ b/LayoutTests/fast/dom/compare-document-position-disconnected-nodes.html
|
| @@ -34,7 +34,6 @@
|
| debug("* Test with disconnected attribute and element");
|
| testElements(document.createAttribute("a"), document.createElement("b"));
|
| </script>
|
| - <script src="../js/resources/js-test-post.js"></script>
|
| </head>
|
| <body>
|
| <p>Comparing the positions of two disconnected nodes should result in DOCUMENT_POSITION_DISCONNECTED.</p>
|
|
|