summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html b/testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html
new file mode 100644
index 0000000000..1f1b7dfb24
--- /dev/null
+++ b/testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<title>CSS Reference</title>
+<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
+<style>
+.box {
+ width: 100px;
+ height: 100px;
+ background: green;
+ border: 1px solid black;
+}
+</style>
+
+<p>Test passes if there are two 100x100 green squares.</p>
+<div class="box"></div>
+
+<br>
+
+<div class="box"></div>