Home
last modified time | relevance | path

Searched refs:blob_type (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-with-fetch.any.js15 const blob_type = 'image/png'; constant
16 const blob = new Blob([blob_contents], {type: blob_type});
20 assert_equals(response.headers.get('Content-Type'), blob_type);
Durl-with-xhr.any.js39 const blob_type = 'image/png'; constant
40 const blob = new Blob([blob_contents], {type: blob_type});
45 assert_equals(xhr.getResponseHeader('Content-Type'), blob_type);
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c337 const void *blob_type = GINT_TO_POINTER (i); in main() local
340 hb_test_add_fixture_flavor (fixture, blob_type, blob_name, test_blob); in main()
341 hb_test_add_fixture_flavor (fixture, blob_type, blob_name, test_blob_subblob); in main()