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

Unified Diff: LayoutTests/editing/input/ctrl-up-down.html

Issue 58533003: Move fast/js/resources files to resources. (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
Index: LayoutTests/editing/input/ctrl-up-down.html
diff --git a/LayoutTests/editing/input/ctrl-up-down.html b/LayoutTests/editing/input/ctrl-up-down.html
index f749829c41715059dbffd33e8ecee0f19962be24..1fc606fe1b261dfadc602b8359f441c6f0159b88 100644
--- a/LayoutTests/editing/input/ctrl-up-down.html
+++ b/LayoutTests/editing/input/ctrl-up-down.html
@@ -13,7 +13,7 @@ Sample editable:
<div id="sample" contenteditable="true"><p>This is the first paragraph. Key binding of Ctrl+Up/Down are available only Windows.</p><p>This is second paragraph. Do you want to have these key bindings on other platforms?</p>
</div>
</div>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description('Test Ctrl+Up/Down motion');
function $(id) { return document.getElementById(id); }
« no previous file with comments | « LayoutTests/editing/execCommand/use-css.html ('k') | LayoutTests/editing/input/editable-container-with-word-wrap-normal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698