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');