css parser tests: Fix background-blend-mode test

The css spec calls it 'saturation', not 'saturate'.
This commit is contained in:
Matthias Clasen 2017-03-31 12:06:59 -04:00
parent 60982265fa
commit b2f90e0e3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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