From 61827150cca25473ee6d2eca5c503eeac49b726a Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Mon, 18 Jul 2011 13:12:12 +0300 Subject: [PATCH] border-style tests --- tests/borders.html | 120 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 tests/borders.html diff --git a/tests/borders.html b/tests/borders.html new file mode 100644 index 0000000..4bbb27e --- /dev/null +++ b/tests/borders.html @@ -0,0 +1,120 @@ + + + + + z-index tests #2 + + + + + + + + + + + +
+ +
+
DIV #1 +
position: relative; +
+
DIV #2 +
position: absolute; +
z-index: 2; +
+
+ +
+ +
+
DIV #3 +
position: relative; +
z-index: 1; +
+
DIV #4 +
position: absolute; +
z-index: 10; +
+
+ +

DIV #5
position:relative;
+ +

DIV #6
position:static;
+ + +