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..66af093d86a8fbfdd343194e9677c5218e9d3e5d 100644 |
--- a/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-lighting-color-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: lighting-color from [orange] to [blue] was [#ffff00] at -5 |
PASS: lighting-color from [orange] to [blue] was [#ffe700] at -0.4 |
PASS: lighting-color from [orange] to [blue] was [orange] at 0 |
@@ -6,3 +7,12 @@ 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 |
+Web Animations API: |
+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 |
+ |