| Index: LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors.html
|
| diff --git a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors.html b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors.html
|
| index 33101dce0d47a7daecc75b3e6ef6af4cf157a054..27ff3fea3b20d95c2614dd892052bdb4293fca0a 100644
|
| --- a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors.html
|
| +++ b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-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 without valid CORS headers.");
|
|
|