Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core
[gecko.git] / layout / reftests / pagination / 115199-2b.html
blobc92380523b0ce5588668450fabe076946cc5b0e1
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <head>
4 <style>
5 @page {
6 /*
7 * Test huge margins, they should be reset back the default margin size.
8 */
9 margin: 10in;
11 * {
12 margin: 0;
13 padding: 0;
15 div {
16 width: 100%;
17 border: 0.25in solid green;
19 </style>
20 </head>
21 <body>
22 <div></div>
23 </body>
24 </html>