summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/366271-1.html
blob: eb89acfd98c8dcfda679d342fd69dc3cd1234e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html class="reftest-wait">
<head>
<script type="text/javascript">

var childLoads = 0;
function inc()
{
  ++childLoads;
  if (childLoads >= 2)
    document.documentElement.removeAttribute("class");
}

</script>
</head>

<body>

<iframe src="366271-1-frame.svg" onload="inc();"></iframe>

</body>
</html>