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

Unified Diff: LayoutTests/fast/events/wheelevent-mousewheel-interaction.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/fast/events/wheelevent-mousewheel-interaction.html
diff --git a/LayoutTests/fast/events/wheelevent-mousewheel-interaction.html b/LayoutTests/fast/events/wheelevent-mousewheel-interaction.html
index 397962bbb6d9737ba3632e7d33e1565f319274c1..d6774ff301731aa4c48e89d03238f2de96a21295 100644
--- a/LayoutTests/fast/events/wheelevent-mousewheel-interaction.html
+++ b/LayoutTests/fast/events/wheelevent-mousewheel-interaction.html
@@ -2,7 +2,7 @@
<html>
<head>
<link rel="help" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-WheelEvent">
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
function runTest() {
var div = document.getElementById('target');

Powered by Google App Engine
This is Rietveld 408576698