Index: LayoutTests/animations/interpolation/svg-stop-color-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/svg-stop-color-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-stop-color-interpolation-expected.txt |
index 463f879856081e37ff9112390fd53776f890cff2..c7443bbef1095c07e4642ff47111b262d0823c70 100644 |
--- a/LayoutTests/animations/interpolation/svg-stop-color-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-stop-color-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: stop-color from [orange] to [blue] was [#ffff00] at -5 |
PASS: stop-color from [orange] to [blue] was [#ffe700] at -0.4 |
PASS: stop-color from [orange] to [blue] was [orange] at 0 |
@@ -6,3 +7,12 @@ PASS: stop-color from [orange] to [blue] was [#664299] at 0.6 |
PASS: stop-color from [orange] to [blue] was [blue] at 1 |
PASS: stop-color from [orange] to [blue] was [blue] at 1.5 |
+Web Animations API: |
+PASS: stopColor from [orange] to [blue] was [#ffff00] at -5 |
+PASS: stopColor from [orange] to [blue] was [#ffe700] at -0.4 |
+PASS: stopColor from [orange] to [blue] was [orange] at 0 |
+PASS: stopColor from [orange] to [blue] was [#cc8433] at 0.2 |
+PASS: stopColor from [orange] to [blue] was [#664299] at 0.6 |
+PASS: stopColor from [orange] to [blue] was [blue] at 1 |
+PASS: stopColor from [orange] to [blue] was [blue] at 1.5 |
+ |