Index: LayoutTests/fast/text/selection-exceptions.html |
diff --git a/LayoutTests/fast/text/selection-exceptions.html b/LayoutTests/fast/text/selection-exceptions.html |
index 6a51c555225e7db19df1402d88d1b1c868f4aeeb..b142f944340000041fb9bdf7f7099396c2bb1805 100644 |
--- a/LayoutTests/fast/text/selection-exceptions.html |
+++ b/LayoutTests/fast/text/selection-exceptions.html |
@@ -24,6 +24,5 @@ |
shouldThrow('getSelection().extend(document.documentElement, -1)', '"IndexSizeError: Failed to execute \'extend\' on \'Selection\': -1 is not a valid offset."'); |
shouldThrow('getSelection().extend(document.documentElement, 1000)', '"IndexSizeError: Failed to execute \'extend\' on \'Selection\': 1000 is larger than the given node\'s length."'); |
</script> |
- <script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |