Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / computed-style-select-overflow-expected.txt
blobf01a4c97664f30e868f4953557629a216febeccb
1 Test computed style for the overflow property of select element
3 PASS computedOverflowStyle('scroll', 'overflow-x') is 'scroll'
4 PASS computedOverflowStyle('scroll', 'overflow-y') is 'scroll'
5 PASS computedInheritedOverflowStyle('inherit', 'overflow-x') is 'scroll'
6 PASS computedInheritedOverflowStyle('inherit', 'overflow-y') is 'scroll'
7 PASS successfullyParsed is true
9 TEST COMPLETE