blob: 1a6f5ca3516b6de07f0995171f6bbf0c7c6d627c [file] [log] [blame]
<!DOCTYPE html>
<style>
table { border-collapse: collapse; }
td { height:200px; }
</style>
<p>crbug.com/35697: The image should be tiled across the first column of the table.</p>
<table style="width:100%;">
<tbody style="background:url(../..//images/resources/border-image-srgb-color-profile.png) repeat-y;">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>