mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02: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)
|