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

Unified Diff: chrome/test/data/budget_service/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/budget_service/service_worker.js ('k') | chrome/test/data/push_messaging/push_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/budget_service/test.html
diff --git a/chrome/test/data/budget_service/test.html b/chrome/test/data/budget_service/test.html
new file mode 100644
index 0000000000000000000000000000000000000000..81faf294d47f6db6662bbcd1054c1edadf24661b
--- /dev/null
+++ b/chrome/test/data/budget_service/test.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Budget API Test</title>
+ <script src="../result_queue.js"></script>
+ <script src="budget_test.js"></script>
+ </head>
+ <body>
+ <h1>Budget API Test</h1>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/budget_service/service_worker.js ('k') | chrome/test/data/push_messaging/push_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698