WPT
wpt / css / css-viewport / zoom / parsing / zoom-valid.html
Spec: CSS Viewport ↗
Runs: Chrome 155.0.8043.0 (wpt@b89af32bc, 2026-09-05) | Firefox 157.0a1 (wpt@b89af32bc, 2026-09-05) | Safari 251 preview (wpt@b89af32bc, 2026-09-05) | Ladybird 1.0-f437c (wpt@b89af32bc, 2026-09-06) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 16/16 | 16/16 | 16/16 | 7/16 | 7/16 | 16/16 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| e.style['zoom'] = "normal" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "1" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "100%" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "0" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "0%" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "1.5" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "150%" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "75%" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "0.5" should set the property value | PASS | PASS | PASS | FAIL | FAIL | PASS |
| e.style['zoom'] = "auto" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "reset" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "document" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "-100%" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "-200%" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "-1" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['zoom'] = "-2" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |