/css/css-flexbox/parsing/flex-shorthand.html| status | subtest | message |
|---|---|---|
| PASS | e.style['flex'] = "none" should set flex-basis | |
| PASS | e.style['flex'] = "none" should set flex-grow | |
| PASS | e.style['flex'] = "none" should set flex-shrink | |
| PASS | e.style['flex'] = "none" should not set unrelated longhands | |
| PASS | e.style['flex'] = "1" should set flex-basis | |
| PASS | e.style['flex'] = "1" should set flex-grow | |
| PASS | e.style['flex'] = "1" should set flex-shrink | |
| PASS | e.style['flex'] = "1" should not set unrelated longhands | |
| PASS | e.style['flex'] = "2 3" should set flex-basis | |
| PASS | e.style['flex'] = "2 3" should set flex-grow | |
| PASS | e.style['flex'] = "2 3" should set flex-shrink | |
| PASS | e.style['flex'] = "2 3" should not set unrelated longhands | |
| PASS | e.style['flex'] = "4 5 6px" should set flex-basis | |
| PASS | e.style['flex'] = "4 5 6px" should set flex-grow | |
| PASS | e.style['flex'] = "4 5 6px" should set flex-shrink | |
| PASS | e.style['flex'] = "4 5 6px" should not set unrelated longhands | |
| PASS | e.style['flex'] = "7% 8" should set flex-basis | |
| PASS | e.style['flex'] = "7% 8" should set flex-grow | |
| PASS | e.style['flex'] = "7% 8" should set flex-shrink | |
| PASS | e.style['flex'] = "7% 8" should not set unrelated longhands | |
| PASS | e.style['flex'] = "8 auto" should set flex-basis | |
| PASS | e.style['flex'] = "8 auto" should set flex-grow | |
| PASS | e.style['flex'] = "8 auto" should set flex-shrink | |
| PASS | e.style['flex'] = "8 auto" should not set unrelated longhands | |
| PASS | e.style['flex'] = "content" should set flex-basis | |
| PASS | e.style['flex'] = "content" should set flex-grow | |
| PASS | e.style['flex'] = "content" should set flex-shrink | |
| PASS | e.style['flex'] = "content" should not set unrelated longhands | |
| PASS | e.style['flex'] = "0 fit-content" should set flex-basis | |
| PASS | e.style['flex'] = "0 fit-content" should set flex-grow | |
| PASS | e.style['flex'] = "0 fit-content" should set flex-shrink | |
| PASS | e.style['flex'] = "0 fit-content" should not set unrelated longhands | |
| PASS | e.style['flex'] = "1 0 max-content" should set flex-basis | |
| PASS | e.style['flex'] = "1 0 max-content" should set flex-grow | |
| PASS | e.style['flex'] = "1 0 max-content" should set flex-shrink | |
| PASS | e.style['flex'] = "1 0 max-content" should not set unrelated longhands | |
| PASS | e.style['flex'] = "auto 1 2" should set flex-basis | |
| PASS | e.style['flex'] = "auto 1 2" should set flex-grow | |
| PASS | e.style['flex'] = "auto 1 2" should set flex-shrink | |
| PASS | e.style['flex'] = "auto 1 2" should not set unrelated longhands |
bundle built 2026-07-16T07:16:48.063Z