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