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