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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/service_worker/index.html
diff --git a/content/test/data/service_worker/index.html b/content/test/data/service_worker/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..047c4052d8e51d4f28f5803df772ed28481219da
--- /dev/null
+++ b/content/test/data/service_worker/index.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <title>ServiceWorker test</title>
+ </head>
+ <script>
+ if (navigator.registerServiceWorker) {
+ navigator.registerServiceWorker('/*', 'worker.js');
+ }
+ </script>
+</html>
+
« 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