trisquel-icecat/icecat/layout/base/tests/chrome/bug1769161_2_ref.html

17 lines
183 B
HTML

<!DOCTYPE html>
<style>
div {
width: 10in;
height: 10in;
background-color: blue;
}
body {
margin: 0;
}
@page {
size: 50in;
}
</style>
<body>
<div></div>
</body>