haikuwebkit/LayoutTests/fast/table/025.html

93 lines
1.4 KiB
HTML

<html>
<head>
<style>
td { border: 1px solid black; background-color: orange }
img { background-color: purple }
</style>
</head>
<body>
<table width=100% cellspacing=0 cellpadding=3 border=0>
<tr>
<td width=28%>d</td>
<td width=44%>
<table width=100%>
<tr>
<td>
<table>
<tr>
<td width=50%>
</td>
<td colspan=2 nowrap>
<img border=0 width=21 height=15>&nbsp<b>Yellow Pages</b>&nbsp;<img width=21 height=15>&nbsp<b>White Pages</b>&nbsp;
</td>
<td width=50%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width=28%>
<table>
<tr>
<td>
<table>
<tr>
<td>
<img width=212 height=18>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>
<table width=100% cellspacing=0 cellpadding=3 border=0>
<tr>
<td width=28%>d</td>
<td>
<table width=100%>
<tr>
<td>
<table>
<tr>
<td width=50%>
</td>
<td colspan=2 nowrap>
<img border=0 width=21 height=15>&nbsp<b>Yellow Pages</b>&nbsp;<img width=21 height=15>&nbsp<b>White Pages</b>&nbsp;
</td>
<td width=50%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width=28%>
<table>
<tr>
<td>
<table>
<tr>
<td>
<img width=212 height=18>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>