summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/colrv1-08.html
blob: c6eb22a8fda1c1aa9fd4e85d5d29da5aca3abb9a (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
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>COLRv1 font test: linear gradient with degenerate color line</title>
<style>
@font-face {
  font-family: CAhem;
  src: url("CAhem.ttf");
}
span { font: 50px/1 CAhem; }
div:nth-child(1) span { font-variation-settings: "COL1" -2.0, "COL2" -2.0, "COL3" -2.0; }
div:nth-child(2) span { font-variation-settings: "COL1" -1.5, "COL2" -1.5, "COL3" -1.5; }
div:nth-child(3) span { font-variation-settings: "COL1" -1.0, "COL2" -1.0, "COL3" -1.0; }
div:nth-child(4) span { font-variation-settings: "COL1" -0.5, "COL2" -0.5, "COL3" -0.5; }
div:nth-child(5) span { font-variation-settings: "COL1" 0.0, "COL2" 0.0, "COL3" 0.0; }
div:nth-child(6) span { font-variation-settings: "COL1" 0.5, "COL2" 0.5, "COL3" 0.5; }
div:nth-child(7) span { font-variation-settings: "COL1" 1.0, "COL2" 1.0, "COL3" 1.0; }
div:nth-child(8) span { font-variation-settings: "COL1" 1.5, "COL2" 1.5, "COL3" 1.5; }
div:nth-child(9) span { font-variation-settings: "COL1" 2.0, "COL2" 2.0, "COL3" 2.0; }
</style>

<div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
  <div><span>!</div>
</div>