Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<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>