Index: LayoutTests/fast/events/before-unload-return-bad-value.html |
diff --git a/LayoutTests/fast/events/before-unload-return-bad-value.html b/LayoutTests/fast/events/before-unload-return-bad-value.html |
index 2563c60004f34bb5c95e9b6ce88533a0e42646a3..4a7d6d5c25aaba530155c60d2cee897f10a2e73c 100644 |
--- a/LayoutTests/fast/events/before-unload-return-bad-value.html |
+++ b/LayoutTests/fast/events/before-unload-return-bad-value.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<html> |
<head> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<script> |
description("Tests that an exception is thrown when the value returned in the beforeunload callback cannot be converted to a String"); |
window.jsTestIsAsync = true; |