no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / docshell / base / crashtests / 1584467.html
blob5509808bcc015adf2dc163c3542745074142fee4
1 <script>
2 window.onload = () => {
3 a.addEventListener("DOMSubtreeModified", () => {
4 document.body.appendChild(b)
5 document.body.removeChild(b)
6 window[1]
7 })
8 a.type = ""
10 </script>
11 <embed id="a">
12 <iframe id="b"></iframe>