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

Unified Diff: LayoutTests/editing/selection/selection-after-text-normalize.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/selection-after-text-normalize.html
diff --git a/LayoutTests/editing/selection/selection-after-text-normalize.html b/LayoutTests/editing/selection/selection-after-text-normalize.html
index 9103ce4dc9929e9d9ac9c97e4ba938d797203c59..45b642eadef758e95af2d964ba8420a9ebfa8b6b 100644
--- a/LayoutTests/editing/selection/selection-after-text-normalize.html
+++ b/LayoutTests/editing/selection/selection-after-text-normalize.html
@@ -2,7 +2,7 @@
<p id="description"></p>
<div id="sample"></div>
</div>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description('Check selection updated after normalize.');
function $(id) { return document.getElementById(id); }

Powered by Google App Engine
This is Rietveld 408576698