mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.
21 lines
1.1 KiB
Plaintext
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 |