Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / writing-mode / vertical-float-margin-expected.html
1 <!DOCTYPE html>
2 <html><body>
3         There should be a blue block at the center of a black border.<br>
4 <div style="border: solid 5px black; display: inline-block">
5   <div style="float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;">
6   </div>
7 </div>
8 </body></html>