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