2 <title>shape-outside on floats with a different writing mode in the float and the container
</title>
9 -webkit-writing-mode: vertical-lr;
10 shape-outside: polygon(-
20px
0px,
0px
0px,
0px
20px, -
20px
20px) content-box;
14 background-color: red;
19 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=122243">Bug
122243</a> - [css-shapes] shape-outside does not properly handle the container and the float having different writing modes
</p>
20 <p>You should see a single green rectangle. You should not see any red.
</p>
21 <div class=
"container">
22 <div class=
"float"></div>