summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/background-blend-mode.css
blob: c9fe4cb826ceaa8cdd8a2d237e89a0adbfec767b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  background-blend-mode: initial;
}

b {
  background-blend-mode: inherit;
}

c {
  background-blend-mode: unset;
}

d {
  background-blend-mode: normal;
}

e {
  background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturation, screen, soft-light;
}