зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
342 B
HTML
18 строки
342 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-wait">
|
|
<style>
|
|
#target {
|
|
display: table;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div id="target"></div>
|
|
<script>
|
|
document.addEventListener("MozReftestInvalidate", () => {
|
|
target.style.outline = "1px solid black";
|
|
document.documentElement.classList.remove("reftest-wait");
|
|
});
|
|
</script>
|
|
</html>
|