mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
13 lines
242 B
HTML
13 lines
242 B
HTML
<title></title>
|
|
<meta name="reftest-pages" content="1-2">
|
|
<style>
|
|
* {margin: 0; padding:0}
|
|
/* It is unclear to me why this is 180px rather than 192px (2 inches at 96dpi) */
|
|
div {height:180px;}
|
|
</style>
|
|
<div>
|
|
page 1
|
|
</div>
|
|
<div>
|
|
page 2
|
|
</div>
|