summaryrefslogtreecommitdiffstats
path: root/docshell/base/crashtests/1614211-1.html
blob: 1d683e0714ff5a66a18f1839f6e5f7a1b2dd5b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script>
window.onload = () => {
  b.addEventListener('DOMSubtreeModified', () => {
    var o = document.getElementById('a')
    var a = o.attributes
    for (let j = 0; j < a.length; j++) {
      o.setAttribute(a[j].name, 'i')
      o.parentNode.appendChild(o)
    }
  })
  b.setAttribute('a', b)
}
</script>
<iframe id='a' sandbox='' allowfullscreen=''></iframe>
<dfn id='b'>