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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/banners/no_sw_fetch_handler_test_page.html
diff --git a/chrome/test/data/banners/no_sw_fetch_handler_test_page.html b/chrome/test/data/banners/no_sw_fetch_handler_test_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1003799f0e5acb6eaac7173c3ebdfe451fff0c7
--- /dev/null
+++ b/chrome/test/data/banners/no_sw_fetch_handler_test_page.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <link rel="manifest" href="manifest.json" />
+ <script>
+ navigator.serviceWorker.register('service_worker_no_fetch_handler.js');
+ </script>
+ </head>
+ <body>
+ Page with a service worker missing a fetch handler.
+ </body>
+</html>
« 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