summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/bug1769161_4_ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/chrome/bug1769161_4_ref.html')
-rw-r--r--layout/base/tests/chrome/bug1769161_4_ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/bug1769161_4_ref.html b/layout/base/tests/chrome/bug1769161_4_ref.html
new file mode 100644
index 0000000000..be2de41058
--- /dev/null
+++ b/layout/base/tests/chrome/bug1769161_4_ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 10in;
+ height: 10in;
+ background-color: blue;
+}
+body {
+ margin: 0;
+}
+@page {
+ size: 50in;
+ margin: 10in;
+}
+</style>
+<body>
+ <div></div>
+</body>