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