mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
212 B
HTML
13 lines
212 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<table border="1">
|
|
<tbody>
|
|
<tr>
|
|
<td style="background:yellow; height:800px;" valign="top">Hello</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|