2 <title>shape-outside on floats with a different writing direction in the float and the container
</title>
9 background-color: blue;
13 shape-outside: padding-box;
18 background-color: blue;
22 margin:
0px
20px
0px
0px;
23 border-width:
0px
20px
0px
0px;
24 padding:
0px
20px
0px
0px;
28 margin:
0px
0px
0px
20px;
29 border-width:
0px
0px
0px
20px;
30 padding:
0px
0px
0px
20px;
34 <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>
35 <p>You should see an orange square in the center of a blue rectangle.
</p>
36 <div class=
"container">
37 <div class=
"float left"></div>
40 <p>You should see an orange square in the center of a blue rectangle.
</p>
41 <div class=
"container" style=
"text-align: right">
42 <div class=
"float right"></div>