blob: f01a4c97664f30e868f4953557629a216febeccb [file] [log] [blame]
Test computed style for the overflow property of select element
PASS computedOverflowStyle('scroll', 'overflow-x') is 'scroll'
PASS computedOverflowStyle('scroll', 'overflow-y') is 'scroll'
PASS computedInheritedOverflowStyle('inherit', 'overflow-x') is 'scroll'
PASS computedInheritedOverflowStyle('inherit', 'overflow-y') is 'scroll'
PASS successfullyParsed is true
TEST COMPLETE