Index: LayoutTests/http/tests/security/script-onerror-no-crossorigin-cors.html |
diff --git a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-cors.html b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-cors.html |
index dafd7d4c682d529d258c6175209f98567fc57ae8..b0d2227bc5981ac554ea8aa06c5b11bcd0a684f5 100644 |
--- a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-cors.html |
+++ b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-cors.html |
@@ -2,7 +2,7 @@ |
<head> |
</head> |
<body> |
- <script src="../../js-test-resources/js-test.js"></script> |
+ <script src="/js-test-resources/js-test.js"></script> |
<script> |
window.jsTestIsAsync = true; |
description("The test passes if 'window.onerror' gets sanitized information about an exception thrown in a script loaded without a 'crossorigin' attribute, and delivered with valid CORS headers."); |