7 font:
20px/
1 Ahem, sans-serif;
10 border:
1px solid black;
17 background-color: blue;
20 #right-rounded-rect-outline {
27 .right-rounded-rect-float-line {
34 <div class=
"container" style=
"text-align: right">
36 <div id=
"right-rounded-rect-outline" class=
"rounded-rect"></div>
37 <!-- generated right-rounded-rect-float-line divs will be inserted here -->
48 <script src=
"../resources/rounded-rectangle.js"></script>
49 <script src=
"../resources/subpixel-utils.js"></script>
51 genRightRoundedRectFloatShapeOutsideRefTest({
52 roundedRect
: {x
: 0, y
: 20, width
: 320, height
: 160, rx
: 80, ry
: 80},
56 floatElementClassSuffix
: "rounded-rect-float-line",
57 insertElementIdSuffix
: "rounded-rect-outline",
61 <p>Requires Ahem font. There is a
0px size inset applied on the right float with
200px radius.
<br>
62 The black squares should trace the left side of the rounded rectangle's blue outline.
</p>
63 <p>Bug
<a href=
"https://code.google.com/p/chromium/issues/detail?id=351775">351775</a>: [CSS Shapes] inset does not properly clamp large corner radii
</p>