blob: 4c322fa20e4af9f3f06fcf2b9a3782add378ec38 [file] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test: -webkit-appearance: button</title>
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#appearance-switching">
<meta name="assert" content="Drop-down select elements with appearance: button are rendered differently from appearance: auto.">
<link rel="mismatch" href="appearance-button-002.tentative-ref.html">
<style>
select { -webkit-appearance: none; -webkit-appearance: button; }
</style>
<!--
Test marked as tentative since although css-ui says "The element is rendered
with the look and feel of a push button, similar to the appearance: auto
rendering of the [HTML] button element.", there is no requirement that the
look and feel of a push button is different from that of a drop-down select.
-->
<select><option>select</option></select>