Index: LayoutTests/animations/interpolation/height-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/height-interpolation-expected.txt b/LayoutTests/animations/interpolation/height-interpolation-expected.txt |
index 63f909938350846604ff0f5bd3f585052d4bc33a..d8ee0d528ac042e8c102f80e2f472c7fa3b6ac3d 100644 |
--- a/LayoutTests/animations/interpolation/height-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/height-interpolation-expected.txt |
@@ -1,3 +1,12 @@ |
+CSS Animations: |
+PASS: height from [0px] to [100px] was [0px] at -0.3 |
+PASS: height from [0px] to [100px] was [0px] at 0 |
+PASS: height from [0px] to [100px] was [30px] at 0.3 |
+PASS: height from [0px] to [100px] was [60px] at 0.6 |
+PASS: height from [0px] to [100px] was [100px] at 1 |
+PASS: height from [0px] to [100px] was [150px] at 1.5 |
+ |
+Web Animations API: |
PASS: height from [0px] to [100px] was [0px] at -0.3 |
PASS: height from [0px] to [100px] was [0px] at 0 |
PASS: height from [0px] to [100px] was [30px] at 0.3 |