| <title>CSS Test: shape-outside on floats with a negative margin, vertical writing mode</title> |
| <link rel="author" title="Adobe" href="http://html.adobe.com/"> |
| <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> |
| <link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#relation-to-box-model-and-float-behavior"> |
| <meta name="assert" content="This tests if a negative margin on the logical top side of the float properly clips the shape."> |
| <link rel="match" href="shape-outside-floats-margin-020-ref.html"> |
| <meta name="flags" content="ahem"> |
| font: 20px/1 Ahem, sans-serif; |
| -webkit-writing-mode: vertical-rl; |
| -webkit-shape-outside: rectangle(0, 0, 100%, 100%) content-box; |
| -webkit-shape-outside: rectangle(0, 0, 100%, 100%) content-box; |
| <p>This should display two vertical green bars, with white squares on one end.</p> |
| <div class="container" style="text-align: right"> |