diff --git a/source b/source index a0dc2359990..2315b7297e9 100644 --- a/source +++ b/source @@ -117405,9 +117405,10 @@ input[type=image i][align=bottom i], object[align=bottom i] { computedAppearance:
If element is an If element is an input
element and element's input
element, element's type
attribute's state is Search, then return true.
Return false.
If element is a select
element and element is a
- drop-down box, then return true.
If element is a select
element, element is a
+ drop-down box, and computedAppearance is not 'menulist-button', then
+ return true.
Return false.