blob: 2cfe2600650c1a7648d0713f0aea4ba496540d91 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|