diff options
Diffstat (limited to 'layout/reftests/bugs/582037-2a.html')
-rw-r--r-- | layout/reftests/bugs/582037-2a.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/582037-2a.html b/layout/reftests/bugs/582037-2a.html new file mode 100644 index 0000000000..c0d928d8aa --- /dev/null +++ b/layout/reftests/bugs/582037-2a.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<!-- This test assumes that the document is 2in tall by 4in wide. --> +<html style="margin: 0; padding: 0; border: none; overflow: hidden" + class="reftest-paged"> + <body style="margin: 0; padding: 0; border: none"> + <div style="position: fixed; height: 100%; background: green"> + <img src="solidblue.png" style="height: 100%; visibility: hidden;"> + </div> + </body> +</html> + |