Files
tubestation/layout/generic/crashtests/text-overflow-bug666751-2.html
Emilio Cobos Álvarez 2d7bfc0bfe Bug 1922956 - Make some reftests less flaky on Android.
MANUAL PUSH: trivial fix CLOSED TREE
2024-10-07 21:54:16 +02:00

13 lines
475 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: absolute;">m
</p>
</div>
</body></html>