trisquel-icecat/icecat/layout/generic/crashtests/text-overflow-bug666751-1.html
2025-10-06 02:35:48 -06:00

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>