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
/
css3
/
flexbox
/
whitespace-in-flexitem.html
blob
058b3b1fb45b5a584ccfe04728e890337b404b5a
1
<!DOCTYPE
html
>
2
<html>
3
<link
href
=
"resources/flexbox.css"
rel
=
"stylesheet"
>
4
<style>
5
.flexbox { white-space: pre; }
6
.a {
7
flex: none;
8
width:
30
px;
9
background: salmon;
10
}
11
</style>
12
<body>
13
<div
class
=
"flexbox justify-content-space-around"
>
14
<div
class
=
"a"
></div>
	
15
</div>
16
17
<div
class
=
"flexbox"
>
18
<b>
foo
</b> <b>
bar
</b>
19
</div>