haikuwebkit/LayoutTests/fast/css/aspect-ratio-invalidate-if-...

15 lines
545 B
Plaintext

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