blob: aef1149a8bf784d0546bdda124f758004a14ef8e [file] [log] [blame]
CSS resize property is inherited:no
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.querySelector('.overflow.resize')).resize is 'both'
PASS getComputedStyle(document.querySelector('.overflow.no-resize')).resize is 'none'
PASS getComputedStyle(document.querySelector('.overflow.resize-inherit')).resize is 'both'
PASS successfullyParsed is true
TEST COMPLETE