summaryrefslogtreecommitdiff
path: root/layout/xul/tree/crashtests/585815.html
blob: 0b8b01827422bd212888e979c9f6080e6e20491c (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.xul"></iframe>


</body>
</html>