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