diff options
Diffstat (limited to 'layout/reftests/pagination/403669-1.html')
-rw-r--r-- | layout/reftests/pagination/403669-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/pagination/403669-1.html b/layout/reftests/pagination/403669-1.html new file mode 100644 index 0000000000..dd42de3f3d --- /dev/null +++ b/layout/reftests/pagination/403669-1.html @@ -0,0 +1,13 @@ +<html class="reftest-paged"> +<body> + <table cellspacing="0" cellpadding="0" + height="100px" + width="1px"> + <tr><td> + a a a a a a a a a a a a a a + a a a a a a a a a a a a a a + </td></tr> + </table> + Ending Text +</body> +</html> |