diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/non-positioned-flex-item-respects-accepts-z-index.color.expected | 1 | ||||
-rw-r--r-- | test/layout/non-positioned-flex-item-respects-accepts-z-index.html | 5 |
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 @@ +[48;2;255;0;0mtest [49mtest 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 |