Chromium Code Reviews| Index: LayoutTests/http/tests/serviceworker/resources/simple.html |
| diff --git a/LayoutTests/http/tests/serviceworker/resources/simple.html b/LayoutTests/http/tests/serviceworker/resources/simple.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6e3d27116920cb73058cf30935bf22c6e5a66a9f |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/serviceworker/resources/simple.html |
| @@ -0,0 +1,2 @@ |
| +<!DOCTYPE html> |
| +Here's a simple html file. |
|
jsbell
2014/06/02 23:27:34
Really pedantic nit: should have a <title></title>
falken
2014/06/03 02:26:30
I like such nits :) Done
|