Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git] / layout / reftests / printing / 1900028-text-mask-pdf.html
blob3e32d98c16d9b12bd63f196d913f2fcc31b3559f
1 <!DOCTYPE html>
2 <head>
3 <meta charset="utf-8">
4 <link href="print.css" rel="stylesheet">
5 <style>
6 .test {
7 color: transparent;
8 font-size: 50px;
9 background: blue;
10 background-clip: text;
11 height: 2em;
13 </style>
14 </head>
15 <p>Some text</p>
16 <p class=test>background-clip:text</p>
17 <p>More text after the test</p>