From 2cc10c62eedcd170caa03447426aa935bf354c96 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 31 Mar 2021 10:23:39 -0400 Subject: [PATCH] Base: Add test for a box placed over links with negative z-index In this test, a set of links has a background box placed behind them via a negative z-index. The expectation is that a hit test on a link during a mouse-move event should select that link, and not the background box. --- .../res/html/misc/link-over-zindex-block.html | 47 +++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 48 insertions(+) create mode 100644 Base/res/html/misc/link-over-zindex-block.html diff --git a/Base/res/html/misc/link-over-zindex-block.html b/Base/res/html/misc/link-over-zindex-block.html new file mode 100644 index 0000000000..28d4be7020 --- /dev/null +++ b/Base/res/html/misc/link-over-zindex-block.html @@ -0,0 +1,47 @@ + + +
+ +
+
+ diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 3fd83cb3c5..91d23f50fd 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -38,6 +38,7 @@ span#loadtime {

This page loaded in ms

Some small test pages: