1
0
Fork 0
firefox/layout/reftests/pagination/combobox-page-break-inside.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
351 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<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>