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

Unified Diff: LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.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/selection/block-cursor-overtype-mode-rtl.html
diff --git a/LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.html b/LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.html
index bd186b7ae13609cd6a7db3ed97380201ec9f7df8..1af0b308d596c2db0c06237c3f7a4ef661976310 100644
--- a/LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.html
+++ b/LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.html
@@ -3,7 +3,7 @@
<head>
<script type="text/javascript" src="../editing.js"></script>
<script type="text/javascript" src="resources/block-cursor-utils.js"></script>
-<script src="../../fast/js/resources/js-test-pre.js" type="text/javascript"></script>
+<script src="../../resources/js-test.js" type="text/javascript"></script>
</head>
<body style="font: 20px Ahem">
<p>This test checks that the cursor covers the next character to be overwritten in overtype mode instead of being painted as a caret (1px width bar)</p>

Powered by Google App Engine
This is Rietveld 408576698