Searched refs:blob_type (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/test/fixtures/wpt/FileAPI/url/ |
| D | url-with-fetch.any.js | 15 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);
|
| D | url-with-xhr.any.js | 39 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/ |
| D | test-blob.c | 337 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()
|