2 <title>CSS Test: polygon shape-outside on floats
</title>
3 <link rel=
"author" title=
"Adobe" href=
"http://html.adobe.com/">
4 <link rel=
"author" title=
"Bem Jones-Bey" href=
"mailto:bjonesbe@adobe.com">
5 <link rel=
"help" href=
"http://dev.w3.org/csswg/css-shapes-1/#shape-outside-property">
6 <link rel=
"match" href=
"shape-outside-floats-polygon-000-ref.html">
7 <meta name=
"flags" content=
"ahem">
10 font:
20px/
1 Ahem, sans-serif;
19 shape-outside: polygon(
0px
0px,
200px
0px,
0px
200px);
26 shape-outside: polygon(
100px
0px, -
100px
200px,
100px
200px) content-box;
31 <div class=
"container">
32 <div class=
"float-left"></div>
43 <div class=
"float-right"></div>