haikuwebkit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002...

24 lines
319 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#image-shape {
float: left;
width: 100px;
height: 200px;
}
#content {
font: 50px/1 Ahem, sans-serif;
-webkit-font-smoothing: antialiased;
color: green;
}
</style>
<div id="content">
<img id="image-shape"/>
X<br>X<br>X<br>X<br>X
</div>
</body>
</html>