blob: e476bb144b81ee5c67b97dde94a5d49962757f61 [file] [log] [blame]
Tests that aspect-ratio is not exposed when the feature is disabled
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 'aspectRatio' in document.documentElement.style is false
PASS 'aspect-ratio' in getComputedStyle(document.documentElement) is false
PASS getComputedStyle(document.getElementById('target')).getPropertyValue('aspect-ratio') == '' is true
PASS CSS.supports('aspect-ratio: 1 / 1') is false
PASS CSS.supports('aspect-ratio: inherit') is false
PASS successfullyParsed is true
TEST COMPLETE