From a67bcd2fcc2b4032724a3dff61782158b05eca82 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Fri, 16 Aug 2013 00:25:52 +0800 Subject: [PATCH] test case for body bgcolor and negative z-index #256 --- tests/cases/zindex/z-index14.html | 25 +++++++++++++++++++++++++ tests/cases/zindex/z-index15.html | 26 ++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 tests/cases/zindex/z-index14.html create mode 100644 tests/cases/zindex/z-index15.html diff --git a/tests/cases/zindex/z-index14.html b/tests/cases/zindex/z-index14.html new file mode 100644 index 0000000..6bfa9c5 --- /dev/null +++ b/tests/cases/zindex/z-index14.html @@ -0,0 +1,25 @@ + + + + body text above children with negative index but body bgcolor below + + + + + body +
+ + diff --git a/tests/cases/zindex/z-index15.html b/tests/cases/zindex/z-index15.html new file mode 100644 index 0000000..f8dbece --- /dev/null +++ b/tests/cases/zindex/z-index15.html @@ -0,0 +1,26 @@ + + + + body text and bgcolor above children with negative z-index + + + + + body +
+ +