diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/409084-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/409084-1-ref.html b/layout/reftests/bugs/409084-1-ref.html new file mode 100644 index 0000000000..5ae9e92080 --- /dev/null +++ b/layout/reftests/bugs/409084-1-ref.html @@ -0,0 +1,15 @@ +<html class="reftest-paged"> +<head><style> + td { vertical-align: top; } + .break { page-break-before: always; height: 1in } +</style></head> +<body> + <table cellspacing="0" cellpadding="0"> + <tbody> + <tr><td rowspan="2">line 1<br/>line 2<br/>line 3</td></tr> + <tr><td><div class="tall"></iframe></td></tr> + </tbody> + </table> + <div class="break"></div> +</body> +</html> |