gtk2/testsuite/css/parser/background-blend-mode.css
Matthias Clasen b2f90e0e3b css parser tests: Fix background-blend-mode test
The css spec calls it 'saturation', not 'saturate'.
2017-03-31 12:48:05 -04:00

20 lines
352 B
CSS

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;
}