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

Side by Side Diff: chrome/test/data/push_messaging/test_no_subscription_options.html

Issue 2460223004: Fix potential bug in push_test.js - do not cache subscription options (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Push API Test: Valid manifest, but no PushSubscriptionOptions</title>
5 <link rel="manifest" href="manifest.json">
6 <script src="../result_queue.js"></script>
7 <script src="push_constants.js"></script>
8 <script src="push_test.js"></script>
9 </head>
10 <body>
11 <h1>Push API Test</h1>
12 <script>
13 var pushSubscriptionOptions = {};
14 </script>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698