mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
10 lines
241 B
HTML
10 lines
241 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="reftest-print">
|
||
|
<head><meta charset="utf-8"></head>
|
||
|
<body>
|
||
|
<div style="height:3in">Tall div. (Scroll to end.)</div>
|
||
|
<div>IS THIS TEXT VISIBLE IN PRINT PREVIEW?</div>
|
||
|
<div>[clear:left]</div>
|
||
|
</body>
|
||
|
</html>
|