mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
17 lines
363 B
HTML
17 lines
363 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 = ""'>";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<iframe></iframe>
|
|
</body>
|
|
</html>
|
|
|