Index: LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
index eccc723339893e806fba522f9efe59df7b89c44b..068aa49bbacde3b1bfccd23cf9e6dfcc3c01ddd1 100644 |
--- a/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
@@ -5,4 +5,11 @@ PASS: lighting-color from [orange] to [blue] was [#cc8433] at 0.2 |
PASS: lighting-color from [orange] to [blue] was [#664299] at 0.6 |
PASS: lighting-color from [orange] to [blue] was [blue] at 1 |
PASS: lighting-color from [orange] to [blue] was [blue] at 1.5 |
+PASS: lightingColor from [orange] to [blue] was [#ffff00] at -5 |
+PASS: lightingColor from [orange] to [blue] was [#ffe700] at -0.4 |
+PASS: lightingColor from [orange] to [blue] was [orange] at 0 |
+PASS: lightingColor from [orange] to [blue] was [#cc8433] at 0.2 |
+PASS: lightingColor from [orange] to [blue] was [#664299] at 0.6 |
+PASS: lightingColor from [orange] to [blue] was [blue] at 1 |
+PASS: lightingColor from [orange] to [blue] was [blue] at 1.5 |