12 lines
472 B
HTML
12 lines
472 B
HTML
<html class="reftest-wait"><head><script>
|
|
window.addEventListener("MozReftestInvalidate", () => {
|
|
document.body.style.backgroundColor = "lime";
|
|
document.documentElement.removeAttribute("class");
|
|
}, { once: true });
|
|
</script>
|
|
</head><body>
|
|
<div style="overflow: scroll; text-indent: -100px; white-space: pre; text-overflow: ellipsis;"><span style="font-family: -moz-fixed; white-space: normal;"></code><p style="position: fixed;">m
|
|
</p>
|
|
</div>
|
|
|
|
</body></html>
|