blob: afc3c4a49f8d95795d3ed1cdd818628d7ee452ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html style="display: table" 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>
|