blob: 1b930e10891510ff030f59a13d225ee7449d2dd7 [file] [log] [blame]
<!DOCTYPE html>
<title>shape-outside on floats with a different writing direction in the float and the container</title>
<style>
.container {
font: 20px/1 Ahem;
color: orange;
width: 100px;
height: 20px;
background-color: blue;
}
</style>
<body>
<p><a href="https://code.google.com/p/chromium/issues/detail?id=322165">Issue 322165</a>: [META][CSS Shapes] Implement new syntax for CSS Shapes</p>
<p>You should see an orange square in the center of a blue rectangle.</p>
<div class="container" style="text-align: center;">
X
</div>
<p>You should see an orange square in the center of a blue rectangle.</p>
<div class="container" style="text-align: center;">
X
</div>
</body>