Index: LayoutTests/http/tests/security/script-onerror-crossorigin-cors.html |
diff --git a/LayoutTests/http/tests/security/script-onerror-crossorigin-cors.html b/LayoutTests/http/tests/security/script-onerror-crossorigin-cors.html |
index dc86a91aee983ecb740122997d5992a84701fc0e..6bca94bb0ca3fb2e3432b8bcc47e828eecd615cf 100644 |
--- a/LayoutTests/http/tests/security/script-onerror-crossorigin-cors.html |
+++ b/LayoutTests/http/tests/security/script-onerror-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 unsanitized information about an exception thrown in a script loaded with a 'crossorigin' attribute, and delivered with valid CORS headers."); |