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.
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
hello <DIV id="c" >
|
|
<DIV id="b" >
|
|
<DIV id="a" >
|
|
<HTML >
|