summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/resize-inherit-expected.txt
blob: fa524cc2950f5bb498ebc23cde7cee70f4cc72c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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