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

Unified Diff: LayoutTests/http/tests/fetch/resources/thorough-util.js

Issue 1295373003: Remove sequential_promise_test helper, just use promise_test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove testharness-helpers.js inclusion from bluetooth tests Created 5 years, 4 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: LayoutTests/http/tests/fetch/resources/thorough-util.js
diff --git a/LayoutTests/http/tests/fetch/resources/thorough-util.js b/LayoutTests/http/tests/fetch/resources/thorough-util.js
index 795f9cc2a44e5db2f5a34296462c08210fb3c7f4..ef86a7bdac394a1b536d5f83a26096e41abc224e 100644
--- a/LayoutTests/http/tests/fetch/resources/thorough-util.js
+++ b/LayoutTests/http/tests/fetch/resources/thorough-util.js
@@ -397,7 +397,7 @@ function executeTest(test_target) {
function executeTests(test_targets) {
for (var i = 0; i < test_targets.length; ++i) {
- sequential_promise_test(
+ promise_test(
function(counter, t) {
return executeTest(test_targets[counter]);
}.bind(this, i),
« no previous file with comments | « LayoutTests/http/tests/fetch/chromium/error-messages.html ('k') | LayoutTests/http/tests/fetch/script-tests/body-mixin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698