repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git]
/
layout
/
reftests
/
printing
/
1900028-text-mask-pdf-ref.html
blob
5cd8dc37d32d2bf7422476b7479dafb54b16b2a5
1
<!DOCTYPE
html
>
2
<head>
3
<meta
charset
=
"utf-8"
>
4
<link
href
=
"print.css"
rel
=
"stylesheet"
>
5
<style>
6
.test {
7
font-size:
50
px;
8
height:
2
em;
9
}
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>