blob: d3d9327cc7e4deaffa88924e30be9a3aefde217e [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
width: 150px;
font-size: 20px;
background-color: green;
}
td {
vertical-align: middle;
}
div {
width: 10px;
height: 10px;
background-color: blue;
}
img {
width: 50px;
height: 50px;
}
</style>
<table>
<tr>
<td><img src="../replaced/resources/square-blue-100x100.png"><td>
<td><div></div></td>
</table>