Skip to content

Commit

Permalink
Mark FileAPI/url/url-format.any.js slow
Browse files Browse the repository at this point in the history
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

[email protected]

Bug: 945524
Change-Id: Ibd8585f3f8dce866030e28008283b776918fb6dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535651
Reviewed-by: Tsuyoshi Horo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#644174}
  • Loading branch information
horo-t authored and chromium-wpt-export-bot committed Mar 26, 2019
1 parent 8e207ff commit d123bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FileAPI/url/url-format.any.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// META: timeout=long
const blob = new Blob(['test']);
const file = new File(['test'], 'name');

Expand Down

0 comments on commit d123bd3

Please sign in to comment.