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

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

Issue 1816123002: Add testing for subscription from service workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix asan errors Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Push API Test: Valid manifest, but no PushSubscriptionOptions</title> 4 <title>Push API Test: Valid manifest, but no PushSubscriptionOptions</title>
5 <link rel="manifest" href="manifest.json"> 5 <link rel="manifest" href="manifest.json">
6 <script src="push_constants.js"></script>
6 <script src="push_test.js"></script> 7 <script src="push_test.js"></script>
7 </head> 8 </head>
8 <body> 9 <body>
9 <h1>Push API Test</h1> 10 <h1>Push API Test</h1>
10 <script> 11 <script>
11 var pushSubscriptionOptions = {}; 12 var pushSubscriptionOptions = {};
12 </script> 13 </script>
13 </body> 14 </body>
14 </html> 15 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/push_messaging/test.html ('k') | content/browser/push_messaging/push_messaging_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698