Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-different-writing-direction-padding-box-expected.html
blob1b930e10891510ff030f59a13d225ee7449d2dd7
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 in the center of a blue rectangle.</p>
15 <div class="container" style="text-align: center;">
17 </div>
18 <p>You should see an orange square in the center of a blue rectangle.</p>
19 <div class="container" style="text-align: center;">
21 </div>
22 </body>