Skip to content

Commit

Permalink
fixup! [FileAPI] Remove reference to non-existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored and Ms2ger committed Nov 26, 2018
1 parent e4ec373 commit 73167bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FileAPI/url/sandboxed-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
const iframe_scripts = [
'resources/fetch-tests.js',
'url-format.any.js',
'url-in-tags.window.js',
'url-with-xhr.any.js',
'url-with-fetch.any.js'
'url-with-fetch.any.js',
];

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

0 comments on commit 73167bb

Please sign in to comment.