/css/css-flexbox/parsing/flex-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['flex'] = "none" should set the property value | |
| PASS | e.style['flex'] = "1" should set the property value | |
| PASS | e.style['flex'] = "2 3" should set the property value | |
| PASS | e.style['flex'] = "4 5 6px" should set the property value | |
| PASS | e.style['flex'] = "6px 4 5" should set the property value | |
| PASS | e.style['flex'] = "6px 4" should set the property value | |
| PASS | e.style['flex'] = "6px" should set the property value | |
| PASS | e.style['flex'] = "7% 8" should set the property value | |
| PASS | e.style['flex'] = "8 auto" should set the property value | |
| PASS | e.style['flex'] = "1 1 10em" should set the property value | |
| PASS | e.style['flex'] = "1 1 calc(10em)" should set the property value | |
| PASS | e.style['flex'] = "1 1 calc(-10em)" should set the property value | |
| FAIL | e.style['flex'] = "calc(10 + (sign(20cqw - 10px) * 5)) calc(10 + (sign(20cqw - 10px) * 5)) 1px" should set the property value | assert_equals: serialization should be canonical expected "calc(10 + (5 * sign(20cqw - 10px))) calc(10 + (5 * sign(20cqw - 10px))) 1px" but got "1 1 calc(-10em)" |
| FAIL | e.style['flex'] = "1 1 calc(10px + (sign(20cqw - 10px) * 5px))" should set the property value | assert_equals: serialization should be canonical expected "1 1 calc(10px + (5px * sign(20cqw - 10px)))" but got "1 1 calc(-10em)" |
| PASS | e.style['flex'] = "calc(1) calc(2 + 1) calc(3px)" should set the property value | |
| PASS | e.style['flex'] = "calc(-1) calc(-1) 0" should set the property value |
bundle built 2026-07-16T07:16:48.063Z