Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: LayoutTests/animations/interpolation/flex-interpolation-expected.txt

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/flex-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/flex-interpolation-expected.txt b/LayoutTests/animations/interpolation/flex-interpolation-expected.txt
index 3ff474b53571ddc67e077d57f98e6faade48fd58..4f77f42598c87a386299b11fe9d7db70451b137a 100644
--- a/LayoutTests/animations/interpolation/flex-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/flex-interpolation-expected.txt
@@ -1,3 +1,4 @@
+CSS Animations:
PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0 0 0%] at -5
PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0.7 0.7 0%] at -0.3
PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1 1 0%] at 0
@@ -12,3 +13,18 @@ PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 0.6
PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1
PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1.5
+Web Animations API:
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at -5, expected [0 0 0%]
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at -0.3, expected [0.7 0.7 0%] (parsed as [0.7 0.7 0%])
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at 0, expected [1 1 0%]
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at 0.3, expected [1.3 1.3 30%] (parsed as [1.3 1.3 30%])
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at 0.6, expected [1.6 1.6 60%] (parsed as [1.6 1.6 60%])
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at 1, expected [2 2 100%]
+FAIL: webkitFlex from [1 1 0%] to [2 2 100%] was [0 1 auto] at 1.5, expected [2.5 2.5 150%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at -0.3, expected [0 0 100%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at 0, expected [0 0 100%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at 0.4, expected [0 0 100%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at 0.6, expected [1 1 100%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at 1, expected [1 1 100%]
+FAIL: webkitFlex from [0 0 100%] to [1 1 100%] was [0 1 auto] at 1.5, expected [1 1 100%]
+

Powered by Google App Engine
This is Rietveld 408576698