tenfourfox/layout/reftests/bugs/482659-1a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
426 B
HTML

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