Line of JavaScript I wrote today:
container.innerHTML = container.innerHTML;
The container is an <svg> tag that I’ve filled in from scratch via DOM manipulation. Firefox v90 won’t render any of it without that statement.
container
<svg>
🙄