summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/561981-2.html
blob: bac13eeea5895e8ccc7f3178dc9bd64fab604200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html class="reftest-wait">
<head>
<script>
function finish() {
  document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(finish, 5000)">
<iframe src="561981-2-iframe.xhtml"></iframe>
</body>
</html>