5 font:
20px/
1 Ahem, sans-serif;
8 border:
1px solid black;
15 border-radius:
160px /
80px;
16 background-color: blue;
20 #left-ellipse-outline {
26 #right-ellipse-outline {
32 .left-ellipse-float-line {
38 .right-ellipse-float-line {
45 <p>The black squares should trace the right side of the ellipse's blue outline.
</p>
46 <div class=
"container">
48 <div id=
"left-ellipse-outline" class=
"ellipse"></div>
49 <!-- generated left-rounded-rect-float-line divs will be inserted here -->
61 <p>The black squares should trace the left side of the ellipse's blue outline.
</p>
62 <div class=
"container" style=
"text-align: right">
64 <div id=
"right-ellipse-outline" class=
"ellipse"></div>
65 <!-- generated right-rounded-rect-float-line divs will be inserted here -->
77 <script src=
"../resources/rounded-rectangle.js"></script>
78 <script src=
"../resources/subpixel-utils.js"></script>
80 genLeftRightRoundedRectFloatShapeOutsideRefTest({
81 roundedRect
: {x
: 0, y
: 20, width
: 320, height
: 160, rx
: 160, ry
: 80},
85 floatElementClassSuffix
: "ellipse-float-line",
86 insertElementIdSuffix
: "ellipse-outline"