diff options
Diffstat (limited to 'layout/reftests/pagination/combobox-page-break-inside-ref.html')
-rw-r--r-- | layout/reftests/pagination/combobox-page-break-inside-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/pagination/combobox-page-break-inside-ref.html b/layout/reftests/pagination/combobox-page-break-inside-ref.html new file mode 100644 index 0000000000..1819aa23be --- /dev/null +++ b/layout/reftests/pagination/combobox-page-break-inside-ref.html @@ -0,0 +1,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> |