diff options
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.html | 4 |
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> |