summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html b/testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html
new file mode 100644
index 0000000000..6f2e6d6dd6
--- /dev/null
+++ b/testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<title>flexbox | margins</title>
+<link rel="author" href="http://opera.com" title="Opera Software">
+<style>
+div {
+ background: black;
+ margin: 1em;
+ height: 4em;
+}
+</style>
+
+<div></div>