| Index: LayoutTests/fast/xpath/xpath-template-element.html
|
| diff --git a/LayoutTests/fast/xpath/xpath-template-element.html b/LayoutTests/fast/xpath/xpath-template-element.html
|
| index c3c9ff5a20e9ecb9edb7e29846a440e7625384e4..7016a8ef3d1a50f73b29bc9d6bbc24a2d69393ec 100644
|
| --- a/LayoutTests/fast/xpath/xpath-template-element.html
|
| +++ b/LayoutTests/fast/xpath/xpath-template-element.html
|
| @@ -21,6 +21,5 @@ var test = document.getElementById('test');
|
| var result = document.evaluate('count(//span)', test, null, XPathResult.NUMBER_TYPE, null);
|
| shouldBe("document.evaluate('count(//span)', test, null, XPathResult.NUMBER_TYPE, null).numberValue", "2");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|