summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html')
-rw-r--r--layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html b/layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html
new file mode 100644
index 000000000..649afb339
--- /dev/null
+++ b/layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<!--
+ Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/
+-->
+<html>
+<head>
+ <style>
+ #container { display: -moz-box; }
+ #highOrdinal {
+ background: lime;
+ height: 100px; width: 100px;
+ }
+ </style>
+</head>
+<body>
+ <div id="container">
+ <div id="highOrdinal"></div>
+ </div>
+</body>
+</html>