1
0
Fork 0
firefox/layout/generic/crashtests/text-overflow-bug666751-1.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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>