Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / composited-layer-multiple-fragments-translated-expected.html
blob9a405e7167a9f021531d629786a524886b64c28a
1 <!DOCTYPE html>
2 <style>
3 .multicol {
4 line-height: 20px;
6 .square {
7 width: 20px;
8 height: 20px;
9 background: green;
11 </style>
13 <p>There should be two small green squares below, and no red.</p>
14 <div class="multicol">
15 <br>
16 <br>
17 <div class="square" style="margin-left:40px;"></div>
18 <div class="square" style="margin-left:20px;"></div>
19 </div>