mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Elements are now collected according to paint order as spec says, replacing the depth-first traversal of the paint tree with hit-testing on each box. This change resolves a FIXME in an existing test and adds a new previously non-working test.
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
Negative coordinates return empty array: true
|
|
Coordinates outside the viewport return empty array: true
|
|
== Elements at (500, 10) ==
|
|
<DIV id="large-box" >
|
|
<HTML >
|
|
== Elements at (550, 60) ==
|
|
<DIV id="small-box" >
|
|
<DIV id="large-box" >
|
|
<PRE id="out" >
|
|
<BODY >
|
|
<HTML >
|