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-002-ref.html">
7 <meta name=
"flags" content=
"ahem">
10 font:
20px/
1 Ahem, sans-serif;
15 -webkit-writing-mode: vertical-rl;
20 shape-outside: polygon(
0px
0px,
200px
200px,
200px
0px);
27 shape-outside: polygon(
0px
100px,
0px -
100px,
200px
100px) content-box;
32 <div class=
"container">
33 <div class=
"float-left"></div>
44 <div class=
"float-right"></div>