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

Unified Diff: LayoutTests/fast/events/dispatch-to-function-with-handle-event.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/dispatch-to-function-with-handle-event.html
diff --git a/LayoutTests/fast/events/dispatch-to-function-with-handle-event.html b/LayoutTests/fast/events/dispatch-to-function-with-handle-event.html
index 67b804d8d6f444ad01c1125c0c3ce9124810fa64..a597b97b76833cc675882f9b6ca355a8fa9d66af 100644
--- a/LayoutTests/fast/events/dispatch-to-function-with-handle-event.html
+++ b/LayoutTests/fast/events/dispatch-to-function-with-handle-event.html
@@ -14,7 +14,7 @@
<p id="console"></p>
- <script src="../js/resources/js-test-pre.js"></script>
+ <script src="../../resources/js-test.js"></script>
<script type="text/javascript" charset="utf-8">
// This function should be called.
var listener = function(event) {

Powered by Google App Engine
This is Rietveld 408576698