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

18 lines
201 B
HTML

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