Chromium Code Reviews| Index: LayoutTests/http/tests/serviceworker/resources/malformed-script.js |
| diff --git a/LayoutTests/http/tests/serviceworker/resources/malformed-script.js b/LayoutTests/http/tests/serviceworker/resources/malformed-script.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..56971446ba76cd4136de956bdf2b964185a0ebc2 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/serviceworker/resources/malformed-script.js |
| @@ -0,0 +1,2 @@ |
| +// Intentional syntax error. |
| +var foo = {; |