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:

    -
  1. If element is an input element and element's

    If element is an input element, element's type attribute's state is Search, then return true.

  2. + data-x="attr-input-type-search">Search, and computedAppearance is not + 'textfield', then return true.

  3. Return false.

@@ -117459,8 +117460,9 @@ input[type=image i][align=bottom i], object[align=bottom i] { computedAppearance:

    -
  1. If element is a select element and element is a - drop-down box, then return true.

  2. +
  3. If element is a select element, element is a + drop-down box, and computedAppearance is not 'menulist-button', then + return true.

  4. Return false.