mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
css parser tests: Fix background-blend-mode test
The css spec calls it 'saturation', not 'saturate'.
This commit is contained in:
parent
60982265fa
commit
b2f90e0e3b
@ -15,5 +15,5 @@ d {
|
||||
}
|
||||
|
||||
e {
|
||||
background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
|
||||
background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturation, screen, soft-light;
|
||||
}
|
||||
|
@ -15,5 +15,5 @@ d {
|
||||
}
|
||||
|
||||
e {
|
||||
background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
|
||||
background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturation, screen, soft-light;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user