Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / vertical-float-margin.html
blobdf2d8e7e7ed1003d27bd0fabda4a0c94b2872de5
1 <!DOCTYPE html>
2 <html><body>
3 There should be a blue block at the center of a black border.
4 <div style="-webkit-writing-mode: vertical-rl; border: solid 5px black">
5 <div style="float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;">
6 </div>
7 </div>
8 </body></html>