/css/css-multicol/parsing/columns-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['columns'] = "auto 3" should set the property value | |
| PASS | e.style['columns'] = "auto 10em" should set the property value | |
| PASS | e.style['columns'] = "3 auto" should set the property value | |
| PASS | e.style['columns'] = "10em auto" should set the property value | |
| PASS | e.style['columns'] = "2 10px" should set the property value | |
| PASS | e.style['columns'] = "10px 2" should set the property value | |
| PASS | e.style['columns'] = "auto" should set the property value | |
| PASS | e.style['columns'] = "auto auto" should set the property value | |
| PASS | e.style['columns'] = "7" should set the property value | |
| PASS | e.style['columns'] = "7em" should set the property value | |
| PASS | e.style['columns'] = "0 1" should set the property value | |
| PASS | e.style['columns'] = "1 0" should set the property value | |
| PASS | e.style['columns'] = "0px 1" should set the property value | |
| FAIL | e.style['columns'] = "10px 2 / 100px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "2 10px / 100px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "10px / 100px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "auto / 100px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "10px 2 / auto" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "2 10px / auto" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "10px / auto" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "2 / auto" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['columns'] = "auto / auto" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| PASS | e.style['columns'] = "initial" should set the property value | |
| PASS | e.style['columns'] = "inherit" should set the property value |
bundle built 2026-07-16T07:16:48.063Z