haikuwebkit/LayoutTests/fast/replaced/render-inline-cast-to-rende...

24 lines
285 B
HTML

<!DOCTYPE html>
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
span {
position: relative;
height:100px;
}
img {
position: absolute;
height: 50%;
}
</style>
<body>
<span>
<img />
</span>
PASS. WebKit didn't crash.
</body>
</html>