4 <title>CSS Test: right float, circle radius in % units + shape-margin + border-box</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#funcdef-circle">
7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property">
8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-margin-property">
9 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#border-box">
10 <link rel="match" href="reference/shape-outside-circle-023-ref.html">
11 <meta name="flags" content="ahem" />
12 <meta name="assert" content="The test verifies that text wraps around a
13 right float with a shape-outside defined as
14 a circle from the border box with radius in
15 percentage units and with a shape-margin.">
17 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
26 font: 40px/1 Ahem, sans-serif;
38 border: 20px solid transparent;
40 shape-outside: border-box circle(40%);
48 border-left: 2px solid blue;
56 background-color: red;
61 <p>The test passes if there is a green square to the left of the blue line. There should be no red.</p>
63 <div id="test-container">
64 <div id="test-shape"></div>
70 <div id="failure"></div>