Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / whitespace-in-flexitem.html
blob058b3b1fb45b5a584ccfe04728e890337b404b5a
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: 30px;
9 background: salmon;
11 </style>
12 <body>
13 <div class="flexbox justify-content-space-around">
14 <div class="a"></div> &#9;
15 </div>
17 <div class="flexbox">
18 <b>foo</b> <b>bar</b>
19 </div>