Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git] / layout / reftests / printing / 1900028-text-mask-pdf-ref.html
blob5cd8dc37d32d2bf7422476b7479dafb54b16b2a5
1 <!DOCTYPE html>
2 <head>
3 <meta charset="utf-8">
4 <link href="print.css" rel="stylesheet">
5 <style>
6 .test {
7 font-size: 50px;
8 height: 2em;
10 </style>
11 </head>
12 <p>Some text</p>
13 <p class=test><!-- This will not be visible in the print output,
14 unless backgrounds are explicitly enabled. --></p>
15 <p>More text after the test</p>