Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: LayoutTests/fast/forms/button-set-display-flex-justifyContent-center.html

Issue 278603002: Centering text inside a button set to display flex with justify-content: center is impossible (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments for LayoutTests and fix for layouttest that get failed Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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;
12 }
13 </style>
14 <h4>Test for crbug.com/344733: Centering text inside a button set to display fle x and justify-content: center is impossible</h4>
15 <button>text with justify-content: center</button>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/button-set-display-flex-justifyContent-center-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698