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

Unified Diff: LayoutTests/fast/events/onchange-range-slider.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
« no previous file with comments | « LayoutTests/fast/events/onblur-remove.html ('k') | LayoutTests/fast/events/onchange-setvalue.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/onchange-range-slider.html
diff --git a/LayoutTests/fast/events/onchange-range-slider.html b/LayoutTests/fast/events/onchange-range-slider.html
index a2f94ee56aaa02429a8d8f0d5f7d91ecd51c7409..248c0366bc9774b9944b242b282cb089a23010ea 100644
--- a/LayoutTests/fast/events/onchange-range-slider.html
+++ b/LayoutTests/fast/events/onchange-range-slider.html
@@ -8,7 +8,7 @@
<!-- See bug 84674 -->
<input id="slider" type="range" min="0" max="3" value="0"></input>
<pre id="console"></pre>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
var receivedChangeEvent = false;
var slider;
« no previous file with comments | « LayoutTests/fast/events/onblur-remove.html ('k') | LayoutTests/fast/events/onchange-setvalue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698