about summary refs log tree commit diff stats
path: root/test/layout/absolute-negative-z-index-position-resolved-before-container.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/absolute-negative-z-index-position-resolved-before-container.html')
-rw-r--r--test/layout/absolute-negative-z-index-position-resolved-before-container.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/absolute-negative-z-index-position-resolved-before-container.html b/test/layout/absolute-negative-z-index-position-resolved-before-container.html
new file mode 100644
index 00000000..ff5bb29b
--- /dev/null
+++ b/test/layout/absolute-negative-z-index-position-resolved-before-container.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<div style="position: absolute; margin-left: 1ch">
+<div style="position: absolute; margin-left: 1ch">
+<div style="width: 10em; height: 1em; left: 0; position: absolute; z-index: -1; background: red"></div>