tenfourfox/layout/reftests/bugs/480880-2b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
351 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
window.addEventListener("MozReftestInvalidate",
function() {
document.documentElement.removeChild(document.body);
document.documentElement.className = "";
}, false);
</script>
</head>
<body style="background: green">
</body>
</html>