summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/786142.html
blob: d98d39dd3fd0d431e50fd7c5966c44acf52a6ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
function go() {
  // document.open() doesn't play well with reftest-wait, so we use an iframe.
  var ifr = document.getElementById('ifr');
  ifr.contentWindow.doTest();
  document.documentElement.removeAttribute("class");
}
</script>
</head>
<body>
  <iframe id="ifr" onload="go()" src="786142-iframe.html"></iframe>
</body>
</html>