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