Home
last modified time | relevance | path

Searched refs:fetch_should_succeed (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/url/resources/
H A Dfetch-tests.js7 // |fetch_should_succeed| is a callback that is called with the Test and a URL.
16 function fetch_tests(fetch_method, fetch_should_succeed, fetch_should_fail) {
23 return fetch_should_succeed(t, url).then(text => {
31 return fetch_should_succeed(t, url + '#fragment').then(text => {
47 return fetch_should_succeed(t, url).then(text => {
/third_party/node/test/fixtures/wpt/FileAPI/url/
H A Durl-with-fetch.any.js3 function fetch_should_succeed(test, request) { function
11 fetch_tests('fetch', fetch_should_succeed, fetch_should_fail);
35 return fetch_should_succeed(t, request).then(text => {
45 const result = fetch_should_succeed(t, url).then(text => {

Completed in 1 milliseconds