summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1490012.html
blob: fcd951ccc47ad7e9152f24b87c9edf2618699534 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
function go() {
  b.appendChild(document.createElement("iframe"));
  a.scroll({left: -1, top: 1});
  window[0].matchMedia("").addListener(function(){});
  b.open = false;
}
</script>
<body onload=go()>
<image id="a"></image>
<details id="b" open="true">