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) { |