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

Side by Side Diff: content/test/data/service_worker/index.html

Issue 127573002: Add basic browser test for EmbeddedWorker/ServiceWorker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright fix Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>ServiceWorker test</title>
4 </head>
5 <script>
6 if (navigator.registerServiceWorker) {
7 navigator.registerServiceWorker('/*', 'worker.js');
8 }
9 </script>
10 </html>
11
OLDNEW
« no previous file with comments | « content/renderer/service_worker/embedded_worker_context_client.cc ('k') | content/test/data/service_worker/worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698