/css/css-sizing/aspect-ratio/parsing/aspect-ratio-invalid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['aspect-ratio'] = "auto / 5" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "auto / 16" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "16 9" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "16px / 9px" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "16 / -9" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "1 invalid" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "invalid 1.5" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "auto 1 / 1 auto" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "16 /" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "auto 16 /" should not set the property value | |
| PASS | e.style['aspect-ratio'] = "16 / auto" should not set the property value |
bundle built 2026-07-16T07:16:48.063Z