1
0
Fork 0
firefox/layout/reftests/bugs/blob-fallback-clip.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

36 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="UTF-8">
<style>
q {
text-transform: uppercase;
font-size: 2em;
font-family: Ahem;
display: block;
width: 400px;
background: red;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<script>
document.addEventListener("MozReftestInvalidate", () => {
requestAnimationFrame(function () {
scrollTo(0, 300);
requestAnimationFrame(function () {
requestAnimationFrame(function () {
scrollTo(0, 3450);
document.documentElement.classList.remove("reftest-wait");
});
});
});
});
</script>
<body>
<q>But these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytelling</q>
</body>
</html>