gecko-dev/layout/reftests/bugs/482659-1b.html

17 строки
381 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 src="about:blank"></iframe>
</body>
</html>