haikuwebkit/LayoutTests/fast/css/overscroll-behavior-invalid...

18 lines
772 B
Plaintext

Tests that overscroll-behavior is not exposed when the feature is disabled
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 'overscrollBehavior' in document.documentElement.style is false
PASS 'overscroll-behavior' in getComputedStyle(document.documentElement) is false
PASS getComputedStyle(document.getElementById('target')).getPropertyValue('overscroll-behavior') == '' is true
PASS CSS.supports('overscroll-behavior: contain') is false
PASS CSS.supports('overscroll-behavior: inherit') is false
PASS CSS.supports('overscroll-behavior', 'inherit') is false
PASS CSS.supports('overscroll-behavior-x: inherit') is false
PASS CSS.supports('overscroll-behavior-y: inherit') is false
PASS successfullyParsed is true
TEST COMPLETE