Searched refs:fetch_should_fail (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/fixtures/wpt/FileAPI/url/resources/ |
H A D | fetch-tests.js | 11 // |fetch_should_fail| similarly is a callback that is called with the Test, a URL 16 function fetch_tests(fetch_method, fetch_should_succeed, fetch_should_fail) { 40 return fetch_should_fail(t, url); 55 return fetch_should_fail(t, url + '?querystring'); 61 return fetch_should_fail(t, url + '/path'); 68 return fetch_should_fail(t, url, method);
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
H A D | url-with-fetch.any.js | 7 function fetch_should_fail(test, url, method = 'GET') { function 11 fetch_tests('fetch', fetch_should_succeed, fetch_should_fail);
|
Completed in 2 milliseconds