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

Unified Diff: chrome/test/data/push_messaging/subscope1/test.html

Issue 778243002: Push API: Return cached registration if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@store2
Patch Set: Rebase Created 6 years 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/push_messaging/subscope1/test.html
diff --git a/chrome/test/data/push_messaging/subscope1/test.html b/chrome/test/data/push_messaging/subscope1/test.html
new file mode 100644
index 0000000000000000000000000000000000000000..580dbb222492f3c15cd13acf04a78c15e31c822c
--- /dev/null
+++ b/chrome/test/data/push_messaging/subscope1/test.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Push API Sub-scope 1 Test</title>
+ <link rel="manifest" href="../manifest.json">
+ <script src="../push_test.js"></script>
+ </head>
+ <body>
+ <h1>Push API Sub-scope 1 Test</h1>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698