Index: LayoutTests/animations/interpolation/background-color-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt b/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt |
index ad4bacca17848e26cef292b68c82e58e12c6134c..2d60d7bcb4c3e3628530dfb863472103758dabc8 100644 |
--- a/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt |
@@ -10,4 +10,16 @@ PASS: background-color from [initial] to [transparent] was [transparent] at 0.3 |
PASS: background-color from [initial] to [transparent] was [transparent] at 0.6 |
PASS: background-color from [initial] to [transparent] was [transparent] at 1 |
PASS: background-color from [initial] to [transparent] was [transparent] at 1.5 |
+PASS: backgroundColor from [white] to [orange] was [white] at -0.3 |
dstockwell
2014/03/20 00:35:45
It's not clear what the difference between this an
alancutter (OOO until 2018)
2014/03/20 04:59:56
Added headers to each test section.
|
+PASS: backgroundColor from [white] to [orange] was [white] at 0 |
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 228, 179)] at 0.3 |
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 201, 102)] at 0.6 |
+PASS: backgroundColor from [white] to [orange] was [orange] at 1 |
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 120, 0)] at 1.5 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at -0.3 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.3 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.6 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1 |
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1.5 |