mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
222 B
HTML
13 lines
222 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html class="reftest-print">
|
||
|
<head>
|
||
|
<style>
|
||
|
div { margin:10px; border:20px solid black; padding:30px; height:4in; position:absolute; }
|
||
|
body { margin:0; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div></div>
|
||
|
</body>
|
||
|
</html>
|