3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
6 <!-- This test verifies that we honor percent widths on content inside of
7 a <button> element (resolving the percent against the <button>).
8 (In this testcase, the button has no focus-border/padding.) -->
16 font:
10px sans-serif;
21 -moz-appearance: none;
23 button::-moz-focus-inner {
40 <!--Button has explicit width for us to resolve against: -->
41 <button style=
"width: 100px">
42 <div class=
"p80">abc
</div>
45 <button style=
"width: 100px">
46 <div class=
"p100">abc
</div>
49 <!--Button is using intrinsic width: -->
51 <div class=
"p80">abc
</div>
55 <div class=
"p100">abc
</div>