mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
22 lines
689 B
HTML
22 lines
689 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en-US" class="reftest-print">
|
|
<head>
|
|
<style type="text/css">
|
|
div.filler {height: 1in; width: 0.5in; border:thin solid blue;}
|
|
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class=filler></div>
|
|
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
|
<caption><div class="spacer"></div></caption>
|
|
<tbody>
|
|
<tr><td><div class="spacer"></div></td></tr>
|
|
<tr><td><div class="spacer"></div></td></tr>
|
|
</tbody>
|
|
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
|
</table>
|
|
</body>
|
|
</html>
|