| Index: LayoutTests/fast/xpath/position.html
|
| diff --git a/LayoutTests/fast/xpath/position.html b/LayoutTests/fast/xpath/position.html
|
| index 149680c16d15622bbe4a63b7550894dfe68b32fe..f15f23f77f95076ad76b12a2424bc97277c32956 100644
|
| --- a/LayoutTests/fast/xpath/position.html
|
| +++ b/LayoutTests/fast/xpath/position.html
|
| @@ -79,6 +79,5 @@ ROOT2.innerHTML = '<p num="1"></p><p num="2" type="warning"></p><p num="3" type=
|
| shouldBe("document.evaluate('p[5][@type=\"warning\"]/@num', ROOT2, null, XPathResult.STRING_TYPE, null).stringValue", "'5'");
|
|
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|