about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/layout/non-positioned-flex-item-respects-accepts-z-index.color.expected1
-rw-r--r--test/layout/non-positioned-flex-item-respects-accepts-z-index.html5
2 files changed, 6 insertions, 0 deletions
diff --git a/test/layout/non-positioned-flex-item-respects-accepts-z-index.color.expected b/test/layout/non-positioned-flex-item-respects-accepts-z-index.color.expected
new file mode 100644
index 00000000..46d1979d
--- /dev/null
+++ b/test/layout/non-positioned-flex-item-respects-accepts-z-index.color.expected
@@ -0,0 +1 @@
+test test
diff --git a/test/layout/non-positioned-flex-item-respects-accepts-z-index.html b/test/layout/non-positioned-flex-item-respects-accepts-z-index.html
new file mode 100644
index 00000000..956f2591
--- /dev/null
+++ b/test/layout/non-positioned-flex-item-respects-accepts-z-index.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<div style="display: flex">
+<div style="background: red; position: absolute; height: 1em; width: 5ch"></div>
+<div style="z-index: 1">
+test test