WPT
wpt / beacon / beacon-basic.https.window.html
Spec: Beacon ↗
Runs: Chrome 154.0.8037.0 (wpt@8c722694a) | Firefox 157.0a1 (wpt@7c4ec356a) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-8f0a1 (wpt@480fdfcd8) | Servo Servo 0.5 (wpt@2ccd2cbf8) | Blitz 4dcc855ce (wpt@a95401e4e)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 25/25 | 17/25 | 25/25 | 22/25 | 25/25 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| simple case: with no payload | PASS | PASS | PASS | PASS | PASS | — |
| simple case: with null payload | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = string and size = empty | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = arraybuffer and size = empty | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = form and size = empty | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = blob and size = empty | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = string and size = small | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = arraybuffer and size = small | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = form and size = small | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = blob and size = small | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = string and size = large | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = arraybuffer and size = large | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = form and size = large | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = blob and size = large | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = string and size = max | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = arraybuffer and size = max | PASS | PASS | PASS | PASS | PASS | — |
| simple case: type = blob and size = max | PASS | PASS | PASS | PASS | PASS | — |
| Too large payload should be rejected: type = string | PASS | FAIL | PASS | PASS | PASS | — |
| Too large payload should be rejected: type = arraybuffer | PASS | FAIL | PASS | PASS | PASS | — |
| Too large payload should be rejected: type = form | PASS | FAIL | PASS | PASS | PASS | — |
| Too large payload should be rejected: type = blob | PASS | FAIL | PASS | PASS | PASS | — |
| Payload size restriction should be accumulated: type = string | PASS | FAIL | PASS | FAIL | PASS | — |
| Payload size restriction should be accumulated: type = arraybuffer | PASS | FAIL | PASS | FAIL | PASS | — |
| Payload size restriction should be accumulated: type = blob | PASS | FAIL | PASS | FAIL | PASS | — |
| sendBeacon() with a stream does not work due to the keepalive flag being set | PASS | FAIL | PASS | PASS | PASS | — |