[Webkit-unassigned] [Bug 69993] CSS2 overflow: scrollbar not visible on SELECT elements when overflow: scroll is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 12:38:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69993


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111567|review?                     |review-
               Flag|                            |




--- Comment #14 from Alexey Proskuryakov <ap at webkit.org>  2011-10-19 12:38:45 PST ---
(From update of attachment 111567)
View in context: https://bugs.webkit.org/attachment.cgi?id=111567&action=review

> LayoutTests/fast/css/getComputedStyle/computed-style-select-overflow-expected.txt:6
> +PASS computedOverflowStyle('scroll', 'overflow-x') is 'visible'
> +PASS computedOverflowStyle('scroll', 'overflow-y') is 'visible'
> +PASS computedInheritedOverflowStyle('inherit', 'overflow-x') is 'visible'
> +PASS computedInheritedOverflowStyle('inherit', 'overflow-y') is 'visible'

Firefox 7.0.1 says FAIL on these tests for me, matching current WebKit.

FAIL computedOverflowStyle('scroll', 'overflow-x') should be visible. Was scroll.
FAIL computedOverflowStyle('scroll', 'overflow-y') should be visible. Was scroll.
FAIL computedInheritedOverflowStyle('inherit', 'overflow-x') should be visible. Was scroll.
FAIL computedInheritedOverflowStyle('inherit', 'overflow-y') should be visible. Was scroll.

Consequently, I do not think that this is the right way to approach this problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list