Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: chrome/test/data/banners/lazy_service_worker_test_page.html

Issue 2942513002: Allow banners to trigger on sites which don't register a service worker onload. (Closed)
Patch Set: Fix windows compile Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Web app banner test page</title>
4 <script src="main.js"></script>
5 <script>
6 // If a "manifest=/path/to/manifest.json" query argument is provided to
7 // the URL accessing this page, that path is injected as the manifest tag.
8 // Otherwise, "manifest.json" is used as the manifest tag.
9 addManifestLinkTag();
10 </script>
11 </head>
12 <body onload="setTimeout(initialize, 300)">
13 Do-nothing page with a late-loaded service worker.
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698