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 heights 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.) -->
17 font:
10px sans-serif;
22 -moz-appearance: none;
24 button::-moz-focus-inner {
41 <!--Button has explicit height for us to resolve against: -->
42 <button style=
"height: 100px">
43 <div class=
"p80">abc
</div>
46 <button style=
"height: 100px">
47 <div class=
"p100">abc
</div>
50 <!--Button is using intrinsic height: -->
52 <div class=
"p80">abc
</div>
56 <div class=
"p100">abc
</div>