6 font:
50px/
1 Ahem, sans-serif;
15 background-color: green;
16 shape-outside: inset(
0 50%
0 0);
23 background-color: green;
24 shape-outside: inset(
0 50%
0 0);
30 background-color: green;
31 shape-outside: inset(
0 0 0 50%);
38 background-color: green;
39 shape-outside: inset(
0 0 0 50%);
42 <script src=
"../../../resources/ahem.js"></script>
44 <p>Shapes should not affact float stacking, but should affect inline content.
</p>
45 <p>You should see two green rectanges. There should be no red.
</p>
46 <div class=
"container">
47 <div class=
"float-left-inner"></div>
48 <div class=
"float-left-outer"></div>
52 <div class=
"container" style=
"text-align: right">
53 <div class=
"float-right-inner"></div>
54 <div class=
"float-right-outer"></div>