summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/561981-1.html
blob: 270f832c7289bf67ce4765085c2654640c8ae102 (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-1-iframe.xhtml"></iframe>
</body>
</html>