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-ellipse-000-ref.html">
7 <meta name=
"flags" content=
"ahem">
10 font:
20px/
1 Ahem, sans-serif;
13 border:
1px solid black;
19 background-color: blue;
21 border-radius:
160px /
80px;
22 shape-outside: ellipse(
160px
80px at
160px
80px);
27 <p>The black squares should trace the right side of the ellipse's blue outline.
</p>
28 <div class=
"container">
30 <div style=
"float: left" class=
"ellipse"></div>
42 <p>The black squares should trace the left side of the ellipse's blue outline.
</p>
43 <div class=
"container" style=
"text-align: right">
45 <div style=
"float: right" class=
"ellipse"></div>