| <!DOCTYPE html> | |
| <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> | |
| <style> | |
| @page { | |
| size: 300px 400px; | |
| margin: 50px; | |
| } | |
| :root { | |
| print-color-adjust: exact; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| </style> | |
| <div style="width:200px; height:300px; background:yellow;"> | |
| This page should have a yellow background. Page margins should be 50px on each | |
| side. | |
| </div> | |
| Second page. Nothing else here. |