Back to Chromium

Button

third_party/blink/web_tests/css3/flexbox/button.html

149.0.7827.2412 B
Original Source

Test for empty buttons, which inherit from LayoutFlexibleBox. Empty <input> buttons should not collapse, which makes them different from most flex boxes. Empty <button>s should collapse. Note bug 110654.


Simple case.


Empty <button> and <input type=button> with overflow: scroll;. The presence of the scrollbar should not shrink the button.