summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/combobox-page-break-inside-ref.html
blob: 1819aa23be9fd4945bd97c8c54f6b898f62091c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html class="reftest-paged">
<head>
<meta charset="utf-8">
<style type="text/css">
@page { size:5in 3in; margin:0in; }
div { height: 0in; }
select { height: 0.5in; display:block; padding:20px; page-break-before:always; }
</style>
</head>
<body>
    <div></div>
    <select>
      <option>Text</option>
    </select>
  </body>
</html>