mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
17 lines
612 B
INI
17 lines
612 B
INI
[extended-payload-length.html]
|
|
type: testharness
|
|
|
|
[extended-payload-length.html?wss]
|
|
type: testharness
|
|
[Application data is 125 byte which means any 'Extended payload length' field isn't used at all.]
|
|
expected: TIMEOUT
|
|
|
|
[Application data is 126 byte which starts to use the 16 bit 'Extended payload length' field.]
|
|
expected: TIMEOUT
|
|
|
|
[Application data is 0xFFFF byte which means the upper bound of the 16 bit 'Extended payload length' field.]
|
|
expected: TIMEOUT
|
|
|
|
[Application data is (0xFFFF + 1) byte which starts to use the 64 bit 'Extended payload length' field]
|
|
expected: TIMEOUT
|
|
|