mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
10 lines
186 B
HTML
10 lines
186 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="reftest-print">
|
||
|
<body>
|
||
|
<div style="overflow: hidden; height: 3in;">
|
||
|
<div style="height: 10in;"></div>
|
||
|
</div>
|
||
|
Some text
|
||
|
</body>
|
||
|
</html>
|