<!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> |