Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-different-writing-direction-border-box-expected.html
blob11510441a03c26af1937cee3d9978371b8aeb0fd
1 <!DOCTYPE html>
2 <title>shape-outside on floats with a different writing direction in the float and the container</title>
3 <style>
4 .container {
5 font: 20px/1 Ahem;
6 color: orange;
7 width: 100px;
8 height: 20px;
9 background-color: blue;
11 </style>
12 <body>
13 <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>
14 <p>You should see an orange square touching the right side of a blue rectangle. There should be a blue square to the right of the orange square.</p>
15 <div class="container" style="text-align: right;">
16 <div style="margin-right: 20px">X</div>
17 </div>
18 <p>You should see an orange square touching the left side of a blue rectangle. There should be a blue square to the left of the orange square.</p>
19 <div class="container">
20 <div style="margin-left: 20px">X</div>
21 </div>
22 </body>