mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
351 B
HTML
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>
|