Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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);
</script>
</head>
<body>
<iframe src="about:blank"></iframe>
</body>
</html>