haikuwebkit/LayoutTests/fast/layoutformattingcontext/replaced-box-with-margin-on...

20 lines
415 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
width: 500px;
height: 365px;
background-color: green;
font-size: 20px;
}
img {
width: 50px;
height: 50px;
position: relative;
top: -160px;
left: 5px;
}
</style>
<div></div>
<img src="../replaced/resources/square-blue-100x100.png">