mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
The loop that was supposed to check the chain of previous or next siblings had a logic mistake where it would never traverse the chain, so we would get stuck looking at the immediate sibling forever.
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
<DIV id="one" >
|
|
<DIV id="two" >
|
|
<DIV id="two" >
|
|
<DIV id="one" >
|
|
PASS (didn't crash)
|