mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
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.
This commit is contained in:
parent
cbd62c472e
commit
2cc10c62ee
Notes:
sideshowbarker
2024-07-18 20:55:44 +09:00
Author: https://github.com/trflynn89
Commit: 2cc10c62ee
Pull-request: https://github.com/SerenityOS/serenity/pull/6038
2 changed files with 48 additions and 0 deletions
|
@ -38,6 +38,7 @@ span#loadtime {
|
|||
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>
|
||||
<p>Some small test pages:</p>
|
||||
<ul>
|
||||
<li><a href="link-over-zindex-block.html">link elements with background box placed with z-index</a></li>
|
||||
<li><a href="contenteditable.html">contenteditable</a></li>
|
||||
<li><a href="clear-1.html">clearing floats</a></li>
|
||||
<li><a href="float-1.html">floating boxes</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue