Skip to content

Commit

Permalink
[FileAPI] Remove reference to non-existent file
Browse files Browse the repository at this point in the history
The file `FileAPI/url/url-with-tags.window.js` is not currently present
in the repository nor was it present when the reference was introduced
[1]. Remove it to avoid triggering spurious request failures during test
execution.

[1] 9d8a185
  • Loading branch information
jugglinmike committed Nov 19, 2018
1 parent f5eb262 commit 908af0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FileAPI/url/sandboxed-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
'resources/fetch-tests.js',
'url-format.any.js',
'url-with-xhr.any.js',
'url-with-fetch.any.js',
'url-with-tags.window.js',
'url-with-fetch.any.js'
];

let html = '<!doctype html>\n<meta charset="utf-8">\n<body>\n';
Expand Down

0 comments on commit 908af0c

Please sign in to comment.