Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-different-writing-modes-border-box-expected.html
blobd5f04858933a63d4c5c07905e75be59d17e559f0
1 <!DOCTYPE html>
2 <title>shape-outside on floats with a different writing mode in the float and the container</title>
3 <style>
4 .container {
5 font: 20px/1 Ahem;
6 color: orange;
7 width: 120px;
8 height: 20px;
9 background-color: blue;
10 margin-left: 20px;
12 </style>
13 <body>
14 <p><a href="https://code.google.com/p/chromium/issues/detail?id=322165">Issue 322165</a>: [META][CSS Shapes] Implement new syntax for CSS Shapes</p>
15 <p>You should see an orange square touching the right side of a blue rectangle. There should be no blue to the right of the orange square.</p>
16 <div class="container" style="text-align: right;">
18 </div>
19 <p>You should see an orange square touching the left side of a blue rectangle. There should be no blue to the left of the orange square.</p>
20 <div class="container">
22 </div>
23 </body>