mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:17:35 +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.
5 lines
85 B
Text
5 lines
85 B
Text
<DIV id="one" >
|
|
<DIV id="two" >
|
|
<DIV id="two" >
|
|
<DIV id="one" >
|
|
PASS (didn't crash)
|