6 font:
100px/
1 Ahem, sans-serif;
16 background-color: green;
17 shape-outside: inset(
0 100%
0 0);
23 background-color: green;
31 background-color: green;
32 shape-outside: inset(
0 0 0 100%);
38 background-color: green;
42 <script src=
"../../../resources/ahem.js"></script>
44 <p>If two floats affect the same line and the longer float has a shape that makes it short, then the other float should be respected as the offset for the line.
</p>
45 <p>You should see two green rectanges. There should be no red.
</p>
46 <div class=
"container">
47 <div class=
"float-left-long"></div>
48 <div class=
"float-left-short"></div>
51 <div class=
"container" style=
"text-align: right">
52 <div class=
"float-right-long"></div>
53 <div class=
"float-right-short"></div>