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

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

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created more layout tests Created 5 years, 10 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 2df8e394abb233ce7660847335f5a118151ef34e..18b4afa558a09e1f3415bc02706acc0743a6f6bd 100644
--- a/LayoutTests/animations/interpolation/flex-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/flex-interpolation-expected.txt
@@ -12,4 +12,30 @@ PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0.4
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
+PASS: flex-shrink from [0] to [1] was [0] at -0.3
+PASS: flex-shrink from [0] to [1] was [0] at 0
+PASS: flex-shrink from [0] to [1] was [0] at 0.4
+PASS: flex-shrink from [0] to [1] was [1] at 0.6
+PASS: flex-shrink from [0] to [1] was [1] at 1
+PASS: flex-shrink from [0] to [1] was [1] at 1.5
+PASS: flex-grow from [0] to [1] was [0] at -0.3
+PASS: flex-grow from [0] to [1] was [0] at 0
+PASS: flex-grow from [0] to [1] was [0] at 0.4
+PASS: flex-grow from [0] to [1] was [1] at 0.6
+PASS: flex-grow from [0] to [1] was [1] at 1
+PASS: flex-grow from [0] to [1] was [1] at 1.5
+
+Web Animations API:
+PASS: flexShrink from [0] to [1] was [0] at -0.3
+PASS: flexShrink from [0] to [1] was [0] at 0
+PASS: flexShrink from [0] to [1] was [0] at 0.4
+PASS: flexShrink from [0] to [1] was [1] at 0.6
+PASS: flexShrink from [0] to [1] was [1] at 1
+PASS: flexShrink from [0] to [1] was [1] at 1.5
+PASS: flexGrow from [0] to [1] was [0] at -0.3
+PASS: flexGrow from [0] to [1] was [0] at 0
+PASS: flexGrow from [0] to [1] was [0] at 0.4
+PASS: flexGrow from [0] to [1] was [1] at 0.6
+PASS: flexGrow from [0] to [1] was [1] at 1
+PASS: flexGrow from [0] to [1] was [1] at 1.5

Powered by Google App Engine
This is Rietveld 408576698