summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/replaced-percent-height.html
blob: 8e5a893bc2bec4e7cd8a242d0c1244db3ed8b41a (plain)
1
2
3
4
5
6
7
8
9
<table>
<tr><td ><div style="width: 400px; background-color:green; height:100%">This div does not flex.</div></td>
<td><img height=200 width=200></td></tr></table>

<p></p>

<table>
<tr><td ><img style="width: 400px; height:200px; background-color:green;"></td>
<td><img height=200 width=200></td></tr></table>