blob: 5611b37c30f19a7ecf40dd8592a9eee927fb9538 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal: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>