<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal: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"> |