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

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

Issue 139273007: Web Animations: Remove legacy animations engine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix TestExpectations. Created 6 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/virtual/legacy-animations-engine/animations/interpolation/object-position-interpolation-expected.txt
diff --git a/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/object-position-interpolation-expected.txt b/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/object-position-interpolation-expected.txt
deleted file mode 100644
index 38bb4585598f5fc6ef07297aa9d594ffa8626f2a..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/object-position-interpolation-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-PASS: object-position from [50% 50%] to [100% 100%] was [35% 35%] at -0.3
-PASS: object-position from [50% 50%] to [100% 100%] was [50% 50%] at 0
-PASS: object-position from [50% 50%] to [100% 100%] was [75% 75%] at 0.5
-PASS: object-position from [50% 50%] to [100% 100%] was [100% 100%] at 1
-PASS: object-position from [50% 50%] to [100% 100%] was [125% 125%] at 1.5
-PASS: object-position from [100px 200px] to [0px 0px] was [130px 260px] at -0.3
-PASS: object-position from [100px 200px] to [0px 0px] was [100px 200px] at 0
-PASS: object-position from [100px 200px] to [0px 0px] was [50px 100px] at 0.5
-PASS: object-position from [100px 200px] to [0px 0px] was [0px 0px] at 1
-PASS: object-position from [100px 200px] to [0px 0px] was [-50px -100px] at 1.5
-PASS: object-position from [50% 100%] to [0px 0px] was [65% 130%] at -0.3
-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 [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 [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 [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
-PASS: object-position from [center] to [top right] was [100% 0%] at 1
-PASS: object-position from [center] to [top right] was [125% -25%] at 1.5
-

Powered by Google App Engine
This is Rietveld 408576698