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

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

Issue 2812223004: Adding an origin trial for Budget API (Closed)
Patch Set: Fix expected output for virtual LayoutTests Created 3 years, 8 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-budget.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html b/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
index 9cc68eda6e968512f3f6ee00ff733ca116f0117d..9b55075791b50b5c31cc7f0586eb52ad48057d62 100644
--- a/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
+++ b/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
@@ -32,7 +32,7 @@
assert_equals(error.name, 'DataError');
assert_equals(error.message, "Error reading the budget database.");
});
- }, 'BudgetService.GetBudget should return correct results.');
+ }, 'BudgetService.GetBudget should return an error if there is an internal error.');
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698