2 <title>shape-outside on floats with a different writing mode in the float and the container
</title>
11 -webkit-writing-mode: vertical-lr;
12 shape-outside: padding-box;
16 border-width:
0px
20px;
20 background-color: blue;
24 <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>
25 <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>
26 <div class=
"container">
27 <div class=
"float" style=
"float: left;"></div>
30 <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>
31 <div class=
"container" style=
"text-align: right">
32 <div class=
"float" style=
"float: right;"></div>