mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
18 lines
351 B
HTML
18 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
@page { size:5in 3in; margin:0in; }
|
|
div { height: 2.5in; }
|
|
select { height: 0.5in; display:block; padding:20px; page-break-inside:avoid; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
<select>
|
|
<option>Text</option>
|
|
</select>
|
|
</body>
|
|
</html>
|