+
+
+ No z-indexed content
+
+
DIV #1
+
position: relative;
+
+
DIV #2
+
position: absolute;
+
z-index: 1;
+
+
+
+
+
+
+
DIV #3
+
position: relative;
+
+
DIV #4
+
position: absolute;
+
z-index: 2;
+
+
+ Some more non-zindexed content
+
+
+
diff --git a/tests/z-index2.html b/tests/z-index2.html
new file mode 100644
index 0000000..4bbb27e
--- /dev/null
+++ b/tests/z-index2.html
@@ -0,0 +1,120 @@
+
+
+
+
+