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