Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / resize-inherit-expected.txt
blobfa524cc2950f5bb498ebc23cde7cee70f4cc72c5
1 CSS resize property is inherited:no
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.querySelector('.overflow.resize')).resize is 'both'
7 PASS getComputedStyle(document.querySelector('.overflow.no-resize')).resize is 'none'
8 PASS getComputedStyle(document.querySelector('.overflow.resize-inherit')).resize is 'both'
9 PASS successfullyParsed is true
11 TEST COMPLETE