summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1890888.html
blob: 006768ae147ed032c0cadd663620c96ee4d39eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
window.addEventListener("DOMContentLoaded", () => {
  o1.prepend(o4)
  document.getSelection().setBaseAndExtent(o5.attachShadow({mode: "closed"}), 0, o3, 0)
  o5.replaceWith(o2)
  setTimeout(window.close, 500)
})
</script>
<iframe id="o1"></iframe>
<picture id="o2"></picture>
<area id="o3">
<meter id="o4">
<p id="o5">