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

Unified Diff: LayoutTests/animations/interpolation/object-position-interpolation-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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/object-position-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/object-position-interpolation-expected.txt b/LayoutTests/animations/interpolation/object-position-interpolation-expected.txt
index 38bb4585598f5fc6ef07297aa9d594ffa8626f2a..2c83ab1ca0f19205fe4fbdcbe662e654d8cfa31f 100644
--- a/LayoutTests/animations/interpolation/object-position-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/object-position-interpolation-expected.txt
@@ -13,11 +13,11 @@ PASS: object-position from [50% 100%] to [0px 0px] was [50% 100%] at 0
PASS: object-position from [50% 100%] to [0px 0px] was [25% 50%] at 0.5
PASS: object-position from [50% 100%] to [0px 0px] was [0px 0px] at 1
PASS: object-position from [50% 100%] to [0px 0px] was [-25% -50%] at 1.5
-FAIL: object-position from [50% 100%] to [50px 100px] was [calc((50% * 1.300000011920929) + (50px * -0.30000001192092896)) calc((100% * 1.300000011920929) + (100px * -0.30000001192092896))] at -0.3, expected [calc(65% + -15px) calc(130% + -30px)]
+PASS: object-position from [50% 100%] to [50px 100px] was [calc(65% + -15px) calc(130% + -30px)] at -0.3
PASS: object-position from [50% 100%] to [50px 100px] was [50% 100%] at 0
-FAIL: object-position from [50% 100%] to [50px 100px] was [calc((50% * 0.5) + (50px * 0.5)) calc((100% * 0.5) + (100px * 0.5))] at 0.5, expected [calc(25% + 25px) calc(50% + 50px)]
+PASS: object-position from [50% 100%] to [50px 100px] was [calc(25% + 25px) calc(50% + 50px)] at 0.5
PASS: object-position from [50% 100%] to [50px 100px] was [50px 100px] at 1
-FAIL: object-position from [50% 100%] to [50px 100px] was [calc((50% * -0.5) + (50px * 1.5)) calc((100% * -0.5) + (100px * 1.5))] at 1.5, expected [calc(-25% + 75px) calc(-50% + 150px)]
+PASS: object-position from [50% 100%] to [50px 100px] was [calc(-25% + 75px) calc(-50% + 150px)] at 1.5
PASS: object-position from [center] to [top right] was [35% 65%] at -0.3
PASS: object-position from [center] to [top right] was [50% 50%] at 0
PASS: object-position from [center] to [top right] was [75% 25%] at 0.5

Powered by Google App Engine
This is Rietveld 408576698