gecko/layout/reftests/bugs/482659-1a.html
2009-03-17 11:08:59 +00:00

17 lines
362 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
window.onload = function() {
window.frames[0].document.body.innerHTML =
"<img src='passouter.png' " +
"onload='window.parent.document.documentElement.className = &quot;&quot;'";
}
</script>
</head>
<body>
<iframe></iframe>
</body>
</html>