this would include situations like using a `DOMParser` to create an entire subtree, and then adding the root of that subtree to the main DOM e.g. any `<img>`/`<iframe>`/etc. inside the subtree could trigger network requests, but since we're in the middle of layout we cannot pause (see `isSafeToUpdateStyleOrLayout`)
<rdar://problem/99801408>