Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html class="reftest-print">
3 <head>
4 <style>
5 @page {
6 /*
7 * Test huge margins, they should be reset back the default margin size.
8 */
9 margin: 10in;
10 }
11 * {
12 margin: 0;
13 padding: 0;
14 }
15 div {
16 width: 100%;
17 border: 0.25in solid green;
18 }
19 </style>
20 </head>
21 <body>
22 <div></div>
23 </body>
24 </html>