summaryrefslogtreecommitdiffstats
path: root/layout/xul/tree/crashtests/585815.html
blob: 7c3b27f6aa56c3c94668309f13ff188624497ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html class="reftest-wait"><head>
    <meta charset="utf-8">
    <title>Testcase for bug 585815</title>
<script>
function done()
{
  document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(done,1000)">

<iframe src="585815-iframe.xhtml"></iframe>


</body>
</html>