2 <title>shape-outside on floats with a different writing mode in the float and the container
</title>
11 background-color: red;
17 <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>
18 <p>You should see a single green rectangle. You should not see any red.
</p>
19 <div class=
"container">
20 <div class=
"float">XX
</div>