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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/resources/budget-api-origin-trial-interfaces-worker-disabled.js

Issue 2891953002: Ship and experiment with the Budget API (Closed)
Patch Set: one more result file Created 3 years, 7 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: third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/resources/budget-api-origin-trial-interfaces-worker-disabled.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/resources/budget-api-origin-trial-interfaces-worker-disabled.js b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/resources/budget-api-origin-trial-interfaces-worker-disabled.js
new file mode 100644
index 0000000000000000000000000000000000000000..73d66aa894b9dcedbb787b6f34fe4720e4ca5c2a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/resources/budget-api-origin-trial-interfaces-worker-disabled.js
@@ -0,0 +1,6 @@
+importScripts('../../../resources/testharness.js');
+importScripts('../../../resources/origin-trials-helper.js');
+
+test(t => {
+ OriginTrialsHelper.check_properties(this, {'BudgetService': ['getBudget', 'getCost']});
+}, 'Budget API related properties on interfaces in Origin-Trial regular Service Worker.');

Powered by Google App Engine
This is Rietveld 408576698