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

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: Fixed copyright Created 4 years, 3 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
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..28297b26f12749806e378b4b507dd17fe47250ec
--- /dev/null
+++ b/chrome/test/data/budget_service/test.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Budget API Test</title>
+ <script src="budget_test.js"></script>
+ </head>
+ <body>
+ <h1>Budget API Test</h1>
Peter Beverloo 2016/09/27 15:57:47 Why one space indent? Why does this line then have
harkness 2016/09/28 12:29:21 Done.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698