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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bbfeda6884a4135103c16de1ffcba3ee9678c5e8 |
--- /dev/null |
+++ b/LayoutTests/animations/interpolation/max-width-interpolation-expected.txt |
@@ -0,0 +1,8 @@ |
+ |
+FAIL: max-width from [0px] to [100px] was [-50px] at -0.5, expected [0] |
+PASS: max-width from [0px] to [100px] was [0] at 0 |
+PASS: max-width from [0px] to [100px] was [30px] at 0.3 |
+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 |
+ |