| Index: LayoutTests/fast/xpath/substring-non-positive-postion.html
|
| diff --git a/LayoutTests/fast/xpath/substring-non-positive-postion.html b/LayoutTests/fast/xpath/substring-non-positive-postion.html
|
| index ee6f67f7706b95bc198d1a9f9944164af0bf5654..173053ebe89ec4c5116b75a34bdccab0856173f2 100644
|
| --- a/LayoutTests/fast/xpath/substring-non-positive-postion.html
|
| +++ b/LayoutTests/fast/xpath/substring-non-positive-postion.html
|
| @@ -15,6 +15,5 @@ XPath substring function does not correctly handle non-positive values for the p
|
| shouldBe("document.evaluate(\"substring('abcde', -2, 5)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'ab'");
|
|
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|