/css/css-shapes/parsing/shape-outside-path-invalid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['shape-outside'] = "path()" should not set the property value | |
| PASS | e.style['shape-outside'] = "path('')" should not set the property value | |
| PASS | e.style['shape-outside'] = "path(evenodd)" should not set the property value | |
| PASS | e.style['shape-outside'] = "path(evenodd, 'not-a-path')" should not set the property value | |
| PASS | e.style['shape-outside'] = "path(badfillrule, 'M10,10')" should not set the property value | |
| PASS | e.style['shape-outside'] = "path(10, 20)" should not set the property value | |
| PASS | e.style['shape-outside'] = "path('M10,10', evenodd)" should not set the property value |
bundle built 2026-07-16T07:16:48.063Z