summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-03-31 12:06:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-03-31 12:48:05 -0400
commitb2f90e0e3bc93bae4a0b6d99b7dac45411fee76e (patch)
treeb43615705313b1c991f099d1bae64561b1db021d /testsuite
parent60982265fa432d97b3ae2fac8494b47d8c81553c (diff)
downloadgtk+-b2f90e0e3bc93bae4a0b6d99b7dac45411fee76e.tar.gz
css parser tests: Fix background-blend-mode test
The css spec calls it 'saturation', not 'saturate'.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/css/parser/background-blend-mode.css2
-rw-r--r--testsuite/css/parser/background-blend-mode.ref.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/css/parser/background-blend-mode.css b/testsuite/css/parser/background-blend-mode.css
index ae989cbad4..c9fe4cb826 100644
--- a/testsuite/css/parser/background-blend-mode.css
+++ b/testsuite/css/parser/background-blend-mode.css
@@ -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;
}
diff --git a/testsuite/css/parser/background-blend-mode.ref.css b/testsuite/css/parser/background-blend-mode.ref.css
index ae989cbad4..c9fe4cb826 100644
--- a/testsuite/css/parser/background-blend-mode.ref.css
+++ b/testsuite/css/parser/background-blend-mode.ref.css
@@ -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;
}