WPT
wpt / css / css-sizing / stretch / parsing.html
Spec: CSS Sizing ↗
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-2f9d9 (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 | 17/17 | 0/17 | 17/17 | 0/17 | 17/17 | 17/17 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| e.style['width'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['height'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['max-width'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['min-width'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['max-height'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['min-height'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['inline-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['block-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['max-inline-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['min-inline-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['max-block-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['min-block-size'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['flex-basis'] = "stretch" should set the property value | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['flex'] = "1 0 stretch" should set flex-basis | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['flex'] = "1 0 stretch" should set flex-grow | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['flex'] = "1 0 stretch" should set flex-shrink | PASS | FAIL | PASS | FAIL | PASS | PASS |
| e.style['flex'] = "1 0 stretch" should not set unrelated longhands | PASS | FAIL | PASS | FAIL | PASS | PASS |