Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / add-inline-before-float-in-block-children-block-expected.html
blob5ea432c356446fc4c8f41756d5858cbd61852ada
1 <!DOCTYPE html>
2 <style>
3 #a {
4 width:40px;
5 height:40px;
6 background: blue;
8 </style>
9 <p>There should be a blue <em>square</em> below.</p>
10 <div id="a"></div>