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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html

Issue 2571453002: Expose the BudgetService interface to Workers. (Closed)
Patch Set: Rebase Created 4 years 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
index f73086cfbc56ffd98f939ebe5c6a07d6f347b5ba..e1563ad8902a82eb31266ec816d1efcb5a9a9b68 100644
--- a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
+++ b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
@@ -13,6 +13,7 @@
assert_own_property(BudgetService.prototype, 'getBudget');
assert_own_property(BudgetService.prototype, 'reserve');
assert_equals(navigator.budget, navigator.budget);
+ assert_true('BudgetService' in self);
}, 'NavigatorBudget should be exposed and have the expected interface in a Document.');
</script>
</body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698