Index: LayoutTests/fast/xpath/substring-nan-position.html |
diff --git a/LayoutTests/fast/xpath/substring-nan-position.html b/LayoutTests/fast/xpath/substring-nan-position.html |
index 9158dd945515bdd01cdf11f319e6c5a21b566c11..da613527bddd7ce4308bad95a60e1326a8ca88b2 100644 |
--- a/LayoutTests/fast/xpath/substring-nan-position.html |
+++ b/LayoutTests/fast/xpath/substring-nan-position.html |
@@ -18,6 +18,5 @@ XPath substring function is broken when passing NaN as the position parameter.</ |
shouldBe("document.evaluate(\"substring('12345', number(\'NaN\'), number(\'NaN\'))\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''"); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |