Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/fast/text/selection-exceptions.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/text/script-tests/TEMPLATE.html ('k') | LayoutTests/fast/text/soft-hyphen-5.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/text/script-tests/TEMPLATE.html ('k') | LayoutTests/fast/text/soft-hyphen-5.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698