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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html

Issue 2309863002: Plumb reserve method of the BudgetAPI (Closed)
Patch Set: 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: third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html b/third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html
index a2f353b1c452c0267ba7d6b8b3c89b3e5529aba4..ec74f2c6fe8abe7bba3762b33a3fcbfd4455fa77 100644
--- a/third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html
+++ b/third_party/WebKit/LayoutTests/http/tests/budget/get-cost-fails-in-service-worker.html
@@ -29,7 +29,7 @@
assert_equals(event.data.command, 'getCostInvalidType');
assert_false(event.data.success,
'getCost should fail with invalid arguments.');
- assert_equals(event.data.errorMessage, "Failed to execute 'getCost' on 'BudgetService': The provided value 'frobinator' is not a valid enum value of type ActionType.");
+ assert_equals(event.data.errorMessage, "Failed to execute 'getCost' on 'BudgetService': The provided value 'frobinator' is not a valid enum value of type OperationType.");
test.done();
});
})

Powered by Google App Engine
This is Rietveld 408576698