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

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 crashing Android test. Comments 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 <link rel="manifest" href="manifest.json">
4 <title>Web app banner test page</title>
5 <script src="main.js"></script>
6 </head>
7 <body onload="setTimeout(initialize, getSwDelay())">
8 Do-nothing page with a late-loaded service worker.
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698