| Index: chrome/test/data/banners/lazy_service_worker_test_page.html
|
| diff --git a/chrome/test/data/banners/lazy_service_worker_test_page.html b/chrome/test/data/banners/lazy_service_worker_test_page.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1e1b284720a34776e903adc63e505d6374f82e8e
|
| --- /dev/null
|
| +++ b/chrome/test/data/banners/lazy_service_worker_test_page.html
|
| @@ -0,0 +1,10 @@
|
| +<html>
|
| + <head>
|
| + <link rel="manifest" href="manifest.json">
|
| + <title>Web app banner test page</title>
|
| + <script src="main.js"></script>
|
| + </head>
|
| + <body onload="setTimeout(initialize, getSwDelay())">
|
| + Do-nothing page with a late-loaded service worker.
|
| + </body>
|
| +</html>
|
|
|