jruderman%hmc.edu beb5133da2 Add crashtest
git-svn-id: svn://10.0.0.236/trunk@250742 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-24 02:35:59 +00:00

22 lines
305 B
HTML

<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="366271-1-frame.svg" onload="inc();"></iframe>
</body>
</html>