This is a simple experiment to verify if browsers will block/hang execution in a page when a child iframe (of a different origin) has a running script blocked in an infinite loop.
As of Nov 4, 2021, Chrome/Edge won't block the parent page, but Firefox and Safari will.
You'll need Node and NPM for this.