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

18 lines
416 B
HTML

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