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

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

Issue 2751343002: Adds a basic offline check to InstallableManager. (Closed)
Patch Set: Rebase Created 3 years, 9 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 <script>
5 navigator.serviceWorker.register('service_worker_no_fetch_handler.js');
6 </script>
7 </head>
8 <body>
9 Page with a service worker missing a fetch handler.
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « chrome/browser/installable/installable_manager_browsertest.cc ('k') | chrome/test/data/banners/service_worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698