gecko/layout/base/crashtests/412651-1.html

22 lines
307 B
HTML
Raw Normal View History

2008-04-22 23:12:13 -07:00
<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="412651-1-frame.xhtml" onload="inc();"></iframe>
</body>
</html>