summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/331883-1.html
blob: b0c2339dd022aa60c846ac7272dd074cd69e8a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html class="reftest-wait">
<head>
<script>
var numLoads = 0;
function loaded()
{
  numLoads++;
  if (numLoads == 5) {
    document.documentElement.className = "";
  }
}
</script>
<body>
<iframe onload="loaded()" src="331883-1-inner.html"></iframe>
</body>
</html>