That how it looks like. I hadn’t actually noticed if it was actually loading the HTML in element tab, but looking at your message, that’s exactly what happening.
Before CR becomes true: <div></div>
After CR becomes true: <div>...</div>
The dots mean HTML is there, but nothing is shown on the browser.
After loosing focus from the button: The HTML actually renders on the browser window.