10 lines
211 B
HTML
10 lines
211 B
HTML
<!doctype html>
|
|
<!-- bug 1567105 -->
|
|
<html class="reftest-paged">
|
|
<meta charset="utf-8">
|
|
<style>
|
|
.HiDdEn { display: none }
|
|
</style>
|
|
<body class="hidden">
|
|
Some content that I should be able to print.
|
|
</body>
|