Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / whitespace-in-flexitem-expected.html
blobd1ce0ef45a00da98b869eb73fe6780027dbf5517
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/flexbox.css" rel="stylesheet">
4 <style>
5 .a {
6 flex: none;
7 width: 30px;
8 background: salmon;
10 </style>
11 <body>
12 <div class="flexbox justify-content-space-around">
13 <div class="a"></div>
14 </div>
16 <div class="flexbox">
17 <b>foo</b><b>bar</b>
18 </div>