Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAPIs without [AllowResizable] throw when passed resizable ArrayBuffers
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     new Response(new Uint8Array(rab));   }")
    at Test.<anonymous> ( /webidl/ecmascript-binding/allow-resizable.html:13:3)
FailAPIs with [AllowShared] but without [AllowResizable] throw when passed growable SharedArrayBuffersFailed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
TypeError: Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
    at Test.<anonymous> (https://www1.wpt.live/webidl/ecmascript-binding/allow-resizable.html:23:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/webidl/ecmascript-binding/allow-resizable.html:18:1
Asserts runNo asserts ran