2 <title>shape-outside on floats with a different writing mode in the float and the container
</title>
3 <script src=
"../../../resources/ahem.js"></script>
12 -webkit-writing-mode: vertical-lr;
13 shape-outside: border-box;
17 border-width:
0px
20px;
21 background-color: blue;
25 <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>
26 <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>
27 <div class=
"container">
28 <div class=
"float" style=
"float: left;"></div>
31 <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>
32 <div class=
"container" style=
"text-align: right">
33 <div class=
"float" style=
"float: right;"></div>