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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/push_messaging/test_no_subscription_options.html
diff --git a/chrome/test/data/push_messaging/test_no_subscription_options.html b/chrome/test/data/push_messaging/test_no_subscription_options.html
deleted file mode 100644
index 57187adcca380e9dc9ba91363e96b13869247e6f..0000000000000000000000000000000000000000
--- a/chrome/test/data/push_messaging/test_no_subscription_options.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Push API Test: Valid manifest, but no PushSubscriptionOptions</title>
- <link rel="manifest" href="manifest.json">
- <script src="../result_queue.js"></script>
- <script src="push_constants.js"></script>
- <script src="push_test.js"></script>
- </head>
- <body>
- <h1>Push API Test</h1>
- <script>
- var pushSubscriptionOptions = {};
- </script>
- </body>
-</html>
« 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