summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/blob-fallback-clip.html
blob: 823f70ed8e9ca9a200995f9f07c35ff4d4b3ced4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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>