From b2f90e0e3bc93bae4a0b6d99b7dac45411fee76e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Mar 2017 12:06:59 -0400 Subject: [PATCH] css parser tests: Fix background-blend-mode test The css spec calls it 'saturation', not 'saturate'. --- testsuite/css/parser/background-blend-mode.css | 2 +- testsuite/css/parser/background-blend-mode.ref.css | 2 +- 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; }