This is that block that toggles
I cannot clearly classify this bug, but this is a minimal example of code which affects this bug. This bug happens in a specific combination of <fieldset> with relative positioned element, wrapping <div> with 'background-color' property and block which display property changes (none/block) in run-time via JavaScript.
Block with position “relative” stays on place when another block becomes to be visible via changing display property from 'none' to 'block' and vice versa.
Here is example: