| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Testing row split</title> | |
| <style type="text/css"> | |
| @page { size:5in 3in; margin:0.5in; } | |
| html,body { | |
| print-color-adjust: exact; | |
| color:black; | |
| background-color:white; | |
| font-size:16px; | |
| padding:0; | |
| margin:0; | |
| height:100%; | |
| } | |
| div { height:160%; } | |
| p { height: 50%; margin:0; } | |
| </style> | |
| </head> | |
| <body> | |
| <div> | |
| <p></p> | |
| <p>1</p> | |
| </div> | |
| </body> | |
| </html> |