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

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: Add test, refactor and 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..87b45a3f71730d6f34a5b23fd18d782344721256
--- /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="../test.js"></script>
+ </head>
+ <body>
+ <h1>Push API Sub-scope 1 Test</h1>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698