Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / button-set-display-flex-justifyContent-center.html
blob4bd6338208858f1eda5dc74d4332ea35f20c2fdf
1 <!DOCTYPE html>
2 <style>
3 button {
4 border: 0;
5 padding: 0;
6 background-color: white;
7 font-family: sans-serif;
8 font-size: initial;
9 width: 300px;
10 display: flex;
11 justify-content: center;
13 </style>
14 <h4>Test for crbug.com/344733: Centering text inside a button set to display flex and justify-content: center is impossible</h4>
15 <button>text with justify-content: center</button>