mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-22 18:29:11 +00:00
15 lines
428 B
HTML
15 lines
428 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<div style="display: table-row">
|
|
<span style="display: block; page-break-before: always"></span>
|
|
</div>
|
|
<div style="display: table-row-group">
|
|
<span style="display: block; page-break-before: always"></span>
|
|
</div>
|
|
<div style="display: table">
|
|
<span style="display: block; page-break-before: always"></span>
|
|
</div>
|
|
</body>
|
|
</html>
|