зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
422 B
HTML
17 строки
422 B
HTML
<!DOCTYPE html>
|
|
<html style="display: table" class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
window.addEventListener("MozReftestInvalidate",
|
|
function() {
|
|
var b = document.body;
|
|
b.style.background = "green";
|
|
b.style.display = "";
|
|
document.documentElement.className = "";
|
|
});
|
|
</script>
|
|
</head>
|
|
<body style="background: red; display: none">
|
|
</body>
|
|
</html>
|