summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/css-flex-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/xul/css-flex-1-ref.html')
-rw-r--r--layout/reftests/xul/css-flex-1-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/xul/css-flex-1-ref.html b/layout/reftests/xul/css-flex-1-ref.html
new file mode 100644
index 0000000000..a47eb8e9cf
--- /dev/null
+++ b/layout/reftests/xul/css-flex-1-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ body { margin: 0 }
+ div.ref {
+ border: 1px solid black;
+ box-sizing: border-box;
+ background: green;
+ height: 50px;
+ width: 100px;
+ }
+ </style>
+</head>
+<body>
+ <div class="ref"></div>
+</body>
+</html>