blob: f3a2f92759e556be9d4db905d4f849cb635d051c [file] [log] [blame]
<!DOCTYPE html>
<style>
.container {
width: 10px;
}
.float {
float: left;
}
.crasher {
/* 1x1 px transparent png */
-webkit-shape-outside: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
margin-top: -19px;
}
</style>
<body>
<p>This test passes if it doesn't crash.</p>
<div class="container">
<div class="float">a a</div>
<div class="float crasher">a</div>
a
</div>
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>