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

Side by Side 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: Ship and experiment with the Budget API Created 3 years, 6 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
(Empty)
1 importScripts('../../../resources/testharness.js');
2 importScripts('../../../resources/origin-trials-helper.js');
3
4 test(t => {
5 OriginTrialsHelper.check_properties(this, {'BudgetService': ['getBudget', 'get Cost']});
6 }, 'Budget API related properties on interfaces in Origin-Trial regular Service Worker.');
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698