4 <title>CSS Test: left float, ellipse radii in % units + padding-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-ellipse">
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/#padding-box">
9 <link rel="match" href="reference/shape-outside-ellipse-013-ref.html">
10 <meta name="flags" content="ahem" />
11 <meta name="assert" content="The test verifies that text wraps around a
12 left float with a shape-outside defined as
13 a ellipse from the padding box with the radii
14 in percentage units.">
16 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
25 font: 40px/1 Ahem, sans-serif;
36 border: 10px solid transparent;
37 shape-outside: padding-box ellipse(50% 25%);
45 border-left: 2px solid blue;
53 background-color: red;
58 <p>The test passes if there is a green square to the right of the blue line. There should be no red.</p>
60 <div id="test-container">
61 <div id="test-shape"></div>
67 <div id="failure"></div>