Index: LayoutTests/animations/interpolation/max-height-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/max-height-interpolation-expected.txt b/LayoutTests/animations/interpolation/max-height-interpolation-expected.txt |
index 82820c2f39e4e7cdc314e467e87bda8aa16ec80b..94c888dc7737d9f4f07bb99d6f1324625046e175 100644 |
--- a/LayoutTests/animations/interpolation/max-height-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/max-height-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: max-height from [0px] to [100px] was [0] at -0.5 |
PASS: max-height from [0px] to [100px] was [0] at 0 |
PASS: max-height from [0px] to [100px] was [30px] at 0.3 |
@@ -5,3 +6,11 @@ PASS: max-height from [0px] to [100px] was [60px] at 0.6 |
PASS: max-height from [0px] to [100px] was [100px] at 1 |
PASS: max-height from [0px] to [100px] was [150px] at 1.5 |
+Web Animations API: |
+PASS: maxHeight from [0px] to [100px] was [0] at -0.5 |
+PASS: maxHeight from [0px] to [100px] was [0] at 0 |
+PASS: maxHeight from [0px] to [100px] was [30px] at 0.3 |
+PASS: maxHeight from [0px] to [100px] was [60px] at 0.6 |
+PASS: maxHeight from [0px] to [100px] was [100px] at 1 |
+PASS: maxHeight from [0px] to [100px] was [150px] at 1.5 |
+ |