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