Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests.js276 async function compare_Blob(actual, input, test_obj, expect_File) { function
297 check('Blob basic', func_Blob_basic, compare_Blob);
323 …b unpaired high surrogate (invalid utf-8)', func_Blob_bytes(encode_cesu8([0xD800])), compare_Blob);
324 …ob unpaired low surrogate (invalid utf-8)', func_Blob_bytes(encode_cesu8([0xDC00])), compare_Blob);
325 …paired surrogates (invalid utf-8)', func_Blob_bytes(encode_cesu8([0xD800, 0xDC00])), compare_Blob);
330 check('Blob empty', func_Blob_empty , compare_Blob);
334 check('Blob NUL', func_Blob_NUL, compare_Blob);
336 …Blob object, Blob basic', [func_Blob_basic()], compare_Array(enumerate_props(compare_Blob), true));
337 …nvalid utf-8)', [func_Blob_bytes([0xD800])()], compare_Array(enumerate_props(compare_Blob), true));
338 …nvalid utf-8)', [func_Blob_bytes([0xDC00])()], compare_Array(enumerate_props(compare_Blob), true));
[all …]