Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/appcache/resources/notify-no-crash.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/appcache/resources/notify-no-crash.html b/third_party/WebKit/LayoutTests/http/tests/appcache/resources/notify-no-crash.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4c0ee8bb480fab062d3c6d7a0f211b6e0960b836 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/appcache/resources/notify-no-crash.html |
| @@ -0,0 +1,4 @@ |
| +<p>SUCCESS: No crash.</p> |
| +<script> |
| +if (window.testRunner) testRunner.notifyDone(); |
| +</script> |