summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/contain-size-break-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/pagination/contain-size-break-001-ref.html')
-rw-r--r--layout/reftests/pagination/contain-size-break-001-ref.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/pagination/contain-size-break-001-ref.html b/layout/reftests/pagination/contain-size-break-001-ref.html
new file mode 100644
index 0000000000..9e28978679
--- /dev/null
+++ b/layout/reftests/pagination/contain-size-break-001-ref.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html class="reftest-paged">
+<head>
+ <meta charset="utf-8">
+ <title>CSS Reftest Reference</title>
+ <style>
+ .basicOuter {
+ height: 20px;
+ background: orange;
+ }
+ </style>
+</head>
+ <body>
+ <div class="basicOuter">
+ before
+ <div>inside</div>
+ after
+ </div>
+ </body>
+</html>