blob: 12e871d1f428cb5654cde29c2880441f088fcca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
window.addEventListener("MozReftestInvalidate",
function() {
document.documentElement.removeChild(document.body);
document.documentElement.className = "";
});
</script>
</head>
<body style="background: green">
</body>
</html>
|