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

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

Issue 2370103003: Added browser tests to test the BudgetAPI. Also added BudgetAPI to ExperimentalWebPlatformFeatures. (Closed)
Patch Set: Rebase and add script tag for result_queue.js to subscope tests. Created 4 years, 2 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 Sub-scope 1 Test</title> 4 <title>Push API Sub-scope 1 Test</title>
5 <link rel="manifest" href="../manifest.json"> 5 <link rel="manifest" href="../manifest.json">
6 <script src="../../result_queue.js"></script>
6 <script src="../push_constants.js"></script> 7 <script src="../push_constants.js"></script>
7 <script src="../push_test.js"></script> 8 <script src="../push_test.js"></script>
8 </head> 9 </head>
9 <body> 10 <body>
10 <h1>Push API Sub-scope 1 Test</h1> 11 <h1>Push API Sub-scope 1 Test</h1>
11 </body> 12 </body>
12 </html> 13 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('k') | chrome/test/data/push_messaging/subscope2/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698