From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js') diff --git a/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js b/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js index 79774c3d30..a87160c56b 100644 --- a/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js +++ b/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js @@ -13,7 +13,7 @@ test(() => { ["Int8Array", "Uint8Array", "Uint8ClampedArray", "Int16Array", "Uint16Array", "Int32Array", "Uint32Array", "BigInt64Array", "BigUint64Array", - "Float32Array", "Float64Array", "DataView"].forEach((type) => { + "Float16Array", "Float32Array", "Float64Array", "DataView"].forEach((type) => { test(() => { const xhr = new XMLHttpRequest(); // See https://github.com/whatwg/html/issues/5380 for why not `new SharedArrayBuffer()` -- cgit v1.2.3