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