Chromium Code Reviews| Index: LayoutTests/http/tests/serviceworker/chromium/resources/fetch-script-onerror.php |
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/resources/fetch-script-onerror.php b/LayoutTests/http/tests/serviceworker/chromium/resources/fetch-script-onerror.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d3cf943b77d2f2693ac81396326a374ffdd17dda |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/serviceworker/chromium/resources/fetch-script-onerror.php |
| @@ -0,0 +1,5 @@ |
| +<?php |
| +header("Access-Control-Allow-Origin: *"); |
| +header("Content-Type: application/javascript"); |
| +?> |
| +UndefinedReference |