repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
button-set-display-flex-justifyContent-center-expected.html
blob
b29a105c1e5f69ecd9d444c73cb7dd9a06256651
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
font-family: sans-serif;
5
font-size: initial;
6
width:
300
px;
7
display: flex;
8
justify-content: center;
9
}
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>