From d123bd3e26077f81843c9bbeeb58d49abbfc1916 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Horo Date: Mon, 25 Mar 2019 20:36:07 -0700 Subject: [PATCH] Mark FileAPI/url/url-format.any.js slow This test was removed from SlowTests. https://chromium-review.googlesource.com/c/chromium/src/+/1498537 But "META: timeout=long" was not added by https://chromium-review.googlesource.com/c/chromium/src/+/1497005 TBR=svillar@igalia.com Bug: 945524 Change-Id: Ibd8585f3f8dce866030e28008283b776918fb6dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535651 Reviewed-by: Tsuyoshi Horo Cr-Commit-Position: refs/heads/master@{#644174} --- FileAPI/url/url-format.any.js | 1 + 1 file changed, 1 insertion(+) diff --git a/FileAPI/url/url-format.any.js b/FileAPI/url/url-format.any.js index d485bfaac6..33732fa61f 100644 --- a/FileAPI/url/url-format.any.js +++ b/FileAPI/url/url-format.any.js @@ -1,3 +1,4 @@ +// META: timeout=long const blob = new Blob(['test']); const file = new File(['test'], 'name');