6 border:
1px solid black;
12 font:
50px/
1 Ahem, sans-serif;
23 shape-outside: ellipse(
200px
100px at
225px
125px);
39 <p>The five square grey Ahem-font characters should appear below outermost ellipse boundary, which is defined by the shape-margin.
</p>
40 <div id=
"container-border">
43 <svg id=
"svg-shape-ellipse" xmlns=
"http://www.w3.org/2000/">
44 <ellipse cx=
"225" cy=
"125" rx=
"200" ry=
"100" fill=
"green"></ellipse>
45 <ellipse cx=
"225" cy=
"125" rx=
"225" ry=
"125" fill=
"none" stroke=
"green"></ellipse>