2 <title>CSS Test: rounded rectangle shape-outside on floats with clamped radii values</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://www.w3.org/TR/css-shapes-1/#shape-outside-property">
6 <link rel="match" href="shape-outside-floats-rounded-rectangle-004-ref.html">
7 <meta name="flags" content="ahem">
10 font: 20px/1 Ahem, sans-serif;
20 border: 1px solid blue;
24 -webkit-shape-outside: rectangle(0px, 0px, 80px, 80px, 80px, 80px);
27 -webkit-shape-outside: rectangle(0px, 0px, 80px, 80px, 100%, 100%);
30 -webkit-shape-outside: rectangle(0px, 0px, 100%, 100%, 700em, 700em);
33 -webkit-shape-outside: rectangle(0px, 0px, 100%, 100%, 50%, 50%);
37 <div class="container">
38 <div class="float fixed-units"></div>
44 <div class="container">
45 <div class="float relative-units"></div>
51 <div class="container">
52 <div class="float different-units"></div>
58 <div class="container">
59 <div class="float edge-case"></div>