2 <title>CSS Test: circle 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-circle-000-ref.html">
7 <meta name="flags" content="ahem">
10 font: 20px/1 Ahem, sans-serif;
13 border: 1px solid black;
19 border: 1px solid blue;
21 -webkit-shape-outside: circle(80px, 80px, 80px); /* cx,cy,radius */
26 <p>The black squares should trace the right side of the circle's blue outline.</p>
27 <div class="container">
29 <div style="float: left" class="circle"></div>
41 <p>The black squares should trace the left side of the circle's blue outline.</p>
42 <div class="container" style="text-align: right">
44 <div style="float: right" class="circle"></div>