Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idb-binary-key-roundtrip.any.txt
Luke Wilde 85e8d2ba38 LibWeb/IndexedDB: Prevent copying and moving of RequestList
RequestList cannot be copied or moved, because m_pending_request_queue
contains lambdas that store pointers to the original RequestList and
completion steps that we don't have a reference to.

Fixes a bunch of WPT regressions and imports the ones that work.
2025-10-23 14:42:45 +02:00

21 lines
1.1 KiB
Plaintext

Harness status: OK
Found 16 tests
16 Pass
Pass Binary keys can be supplied using the view type Uint8Array
Pass Binary keys can be supplied using the view type Uint8ClampedArray
Pass Binary keys can be supplied using the view type Int8Array
Pass Binary keys can be supplied using the view type Uint16Array
Pass Binary keys can be supplied using the view type Int16Array
Pass Binary keys can be supplied using the view type Uint32Array
Pass Binary keys can be supplied using the view type Int32Array
Pass Binary keys can be supplied using the view type Float16Array
Pass Binary keys can be supplied using the view type Float32Array
Pass Binary keys can be supplied using the view type Float64Array
Pass ArrayBuffer can be used to supply a binary key
Pass DataView can be used to supply a binary key
Pass DataView with explicit offset can be used to supply a binary key
Pass DataView with explicit offset and length can be used to supply a binary key
Pass Uint8Array with explicit offset can be used to supply a binary key
Pass Uint8Array with explicit offset and length can be used to supply a binary key