| Index: LayoutTests/fast/images/image-error-event-not-firing.html
|
| diff --git a/LayoutTests/fast/images/image-error-event-not-firing.html b/LayoutTests/fast/images/image-error-event-not-firing.html
|
| index 46994873b8965091235ca0ce8313aa737e8a155a..0bfcdeca24cb0eb111c7b0f7a4829981ff308c4e 100644
|
| --- a/LayoutTests/fast/images/image-error-event-not-firing.html
|
| +++ b/LayoutTests/fast/images/image-error-event-not-firing.html
|
| @@ -2,7 +2,7 @@
|
| <html>
|
| <head>
|
| <meta http-equiv="Content-Security-Policy" content="img-src 'self'">
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description(
|
| "This tests onerror event is fired if we change image src to a url blocked by content-security-policy."
|
|
|