4 <link href=
"resources/flexbox.css" rel=
"stylesheet">
6 .scroll { overflow: scroll; }
7 .abspos { position: absolute; background-color: pink; }
8 .flexbox { background-color: lightgray; padding:
1px; }
9 .small { height:
3px; }
12 Test for empty buttons, which inherit from LayoutFlexibleBox. Empty
13 <input
> buttons should not collapse, which makes them different from most
14 flex boxes. Empty
<button
>s should collapse. Note
<a
15 href=
"https://bugs.webkit.org/show_bug.cgi?id=110654"> bug
110654</a>.
19 <input type=
"button"></input><br>
21 Empty
<button
> and
<input type=button
> with overflow: scroll;.
22 The presence of the scrollbar should not shrink the button.
<br>
23 <button class=
"scroll"></button><br>
24 <input type=
"button" class=
"scroll"></input><br>