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