Index: LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt |
diff --git a/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt b/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ade842e6a1a4dd4621efc675a3dc3bbdc1a3bf65 |
--- /dev/null |
+++ b/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt |
@@ -0,0 +1,16 @@ |
+CSS Animations: |
+PASS: background-color from [unset] to [transparent] was [transparent] at -0.3 |
+PASS: background-color from [unset] to [transparent] was [transparent] at 0 |
+PASS: background-color from [unset] to [transparent] was [transparent] at 0.3 |
+PASS: background-color from [unset] to [transparent] was [transparent] at 0.6 |
+PASS: background-color from [unset] to [transparent] was [transparent] at 1 |
+PASS: background-color from [unset] to [transparent] was [transparent] at 1.5 |
+ |
+Web Animations API: |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at -0.3 |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0 |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.3 |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.6 |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1 |
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1.5 |
+ |