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

Side by Side Diff: LayoutTests/animations/interpolation/calc-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 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [-10px] at -0.25 1 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [-10px] at -0.25
2 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [0px] at 0 2 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [0px] at 0
3 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [10px] at 0.25 3 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [10px] at 0.25
4 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [20px] at 0.5 4 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [20px] at 0.5
5 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [30px] at 0.75 5 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [30px] at 0.75
6 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [40px] at 1 6 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [40px] at 1
7 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [50px] at 1.25 7 PASS: left from [calc(50% - 25px)] to [calc(100% - 10px)] was [50px] at 1.25
8 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 1.25) + ((100% - 10px) * -0.25))] at -0.25 8 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 1.25) + ((100% - 10px) * -0.25))] at -0.25
9 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(50% - 25px)] at 0 9 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(50% - 25px)] at 0
10 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.75) + ((100% - 10px) * 0.25))] at 0.25 10 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.75) + ((100% - 10px) * 0.25))] at 0.25
11 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.5) + ((100% - 10px) * 0.5))] at 0.5 11 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.5) + ((100% - 10px) * 0.5))] at 0.5
12 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.25) + ((100% - 10px) * 0.75))] at 0.75 12 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * 0.25) + ((100% - 10px) * 0.75))] at 0.75
13 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(100% - 10px)] at 1 13 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(100% - 10px)] at 1
14 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * -0.25) + ((100% - 10px) * 1.25))] at 1.25 14 PASS: text-indent from [calc(50% - 25px)] to [calc(100% - 10px)] was [calc(((50% - 25px) * -0.25) + ((100% - 10px) * 1.25))] at 1.25
15 PASS: text-indent from [0em] to [100px] was [-25px] at -0.25 15 PASS: text-indent from [0em] to [100px] was [-25px] at -0.25
16 PASS: text-indent from [0em] to [100px] was [0em] at 0 16 PASS: text-indent from [0em] to [100px] was [0em] at 0
17 PASS: text-indent from [0em] to [100px] was [25px] at 0.25 17 PASS: text-indent from [0em] to [100px] was [25px] at 0.25
18 PASS: text-indent from [0em] to [100px] was [50px] at 0.5 18 PASS: text-indent from [0em] to [100px] was [50px] at 0.5
19 PASS: text-indent from [0em] to [100px] was [75px] at 0.75 19 PASS: text-indent from [0em] to [100px] was [75px] at 0.75
20 PASS: text-indent from [0em] to [100px] was [100px] at 1 20 PASS: text-indent from [0em] to [100px] was [100px] at 1
21 PASS: text-indent from [0em] to [100px] was [125px] at 1.25 21 PASS: text-indent from [0em] to [100px] was [125px] at 1.25
22 FAIL: text-indent from [0%] to [100px] was [-25px] at -0.25, expected [calc(0% + -25px)] 22 PASS: text-indent from [0%] to [100px] was [calc(0% + -25px)] at -0.25
23 PASS: text-indent from [0%] to [100px] was [0%] at 0 23 PASS: text-indent from [0%] to [100px] was [0%] at 0
24 FAIL: text-indent from [0%] to [100px] was [25px] at 0.25, expected [calc(0% + 2 5px)] 24 PASS: text-indent from [0%] to [100px] was [calc(0% + 25px)] at 0.25
25 FAIL: text-indent from [0%] to [100px] was [50px] at 0.5, expected [calc(0% + 50 px)] 25 PASS: text-indent from [0%] to [100px] was [calc(0% + 50px)] at 0.5
26 FAIL: text-indent from [0%] to [100px] was [75px] at 0.75, expected [calc(0% + 7 5px)] 26 PASS: text-indent from [0%] to [100px] was [calc(0% + 75px)] at 0.75
27 PASS: text-indent from [0%] to [100px] was [100px] at 1 27 PASS: text-indent from [0%] to [100px] was [100px] at 1
28 FAIL: text-indent from [0%] to [100px] was [125px] at 1.25, expected [calc(0% + 125px)] 28 PASS: text-indent from [0%] to [100px] was [calc(0% + 125px)] at 1.25
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698