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

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

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove shape image threshold test 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/widows-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/widows-interpolation-expected.txt b/LayoutTests/animations/interpolation/widows-interpolation-expected.txt
index 74ca93fed41c2cbd9a62072aa2d5e689aea81ce8..c59cd1675e2c88a92f33977fff32f466440c4586 100644
--- a/LayoutTests/animations/interpolation/widows-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/widows-interpolation-expected.txt
@@ -7,6 +7,14 @@ PASS: widows from [10] to [20] was [13] at 0.3
PASS: widows from [10] to [20] was [16] at 0.6
PASS: widows from [10] to [20] was [20] at 1
PASS: widows from [10] to [20] was [25] at 1.5
+PASS: widows from [2] to [4] was [1] at -3
+PASS: widows from [2] to [4] was [1] at -2.5
+PASS: widows from [2] to [4] was [1] at -0.5
+PASS: widows from [2] to [4] was [2] at 0
+PASS: widows from [2] to [4] was [3] at 0.3
+PASS: widows from [2] to [4] was [3] at 0.6
+PASS: widows from [2] to [4] was [4] at 1
+PASS: widows from [2] to [4] was [5] at 1.5
Web Animations API:
PASS: widows from [10] to [20] was [1] at -3
@@ -17,4 +25,12 @@ PASS: widows from [10] to [20] was [13] at 0.3
PASS: widows from [10] to [20] was [16] at 0.6
PASS: widows from [10] to [20] was [20] at 1
PASS: widows from [10] to [20] was [25] at 1.5
+PASS: widows from [2] to [4] was [1] at -3
+PASS: widows from [2] to [4] was [1] at -2.5
+PASS: widows from [2] to [4] was [1] at -0.5
+PASS: widows from [2] to [4] was [2] at 0
+PASS: widows from [2] to [4] was [3] at 0.3
+PASS: widows from [2] to [4] was [3] at 0.6
+PASS: widows from [2] to [4] was [4] at 1
+PASS: widows from [2] to [4] was [5] at 1.5

Powered by Google App Engine
This is Rietveld 408576698