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

Side by Side Diff: LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-image-width-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 FAIL: border-image-width from [0px] to [20px] was [-6px] at -0.3, expected [0px]
2 PASS: border-image-width from [0px] to [20px] was [0px] at 0
3 PASS: border-image-width from [0px] to [20px] was [6px] at 0.3
4 PASS: border-image-width from [0px] to [20px] was [12px] at 0.6
5 PASS: border-image-width from [0px] to [20px] was [20px] at 1
6 PASS: border-image-width from [0px] to [20px] was [30px] at 1.5
7 PASS: border-image-width from [0px] to [20px] was [100px] at 5
8 PASS: border-image-width from [0px] to [20px] was [200px] at 10
9 FAIL: border-image-width from [0%] to [20%] was [-6%] at -0.3, expected [0%]
10 PASS: border-image-width from [0%] to [20%] was [0%] at 0
11 PASS: border-image-width from [0%] to [20%] was [6%] at 0.3
12 PASS: border-image-width from [0%] to [20%] was [12%] at 0.6
13 PASS: border-image-width from [0%] to [20%] was [20%] at 1
14 PASS: border-image-width from [0%] to [20%] was [30%] at 1.5
15 PASS: border-image-width from [0%] to [20%] was [100%] at 5
16 PASS: border-image-width from [0%] to [20%] was [200%] at 10
17 FAIL: border-image-width from [0] to [20] was [-5.999999999999998] at -0.3, expe cted [0]
18 PASS: border-image-width from [0] to [20] was [0] at 0
19 PASS: border-image-width from [0] to [20] was [6] at 0.3
20 PASS: border-image-width from [0] to [20] was [12] at 0.6
21 PASS: border-image-width from [0] to [20] was [20] at 1
22 PASS: border-image-width from [0] to [20] was [30] at 1.5
23 PASS: border-image-width from [0] to [20] was [100] at 5
24 PASS: border-image-width from [0] to [20] was [200] at 10
25 FAIL: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [-11p x 5% 21 37px] at -0.3, expected [0px 5% 21 37px] (parsed as [0px 5% 21 37px] )
26 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [10px 20% 30 40px] at 0
27 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [31px 35% 39 43px] at 0.3
28 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [52px 50% 48 46px] at 0.6
29 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [80px 70% 60 50px] at 1
30 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [115p x 95% 75 55px] at 1.5
31 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [360p x 270% 180 90px] at 5
32 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [710p x 520% 330 140px] at 10
33 FAIL: border-image-width from [10%] to [20px] was [calc((10% * 1.300000011920929 ) + (20px * -0.30000001192092896))] at -0.3, expected [calc(13% + -6px)] (parsed as [7px])
34 PASS: border-image-width from [10%] to [20px] was [10%] at 0
35 FAIL: border-image-width from [10%] to [20px] was [calc((10% * 0.699999988079071 ) + (20px * 0.30000001192092896))] at 0.3, expected [calc(7% + 6px)] (parsed as [13px])
36 FAIL: border-image-width from [10%] to [20px] was [calc((10% * 0.399999976158142 1) + (20px * 0.6000000238418579))] at 0.6, expected [calc(4% + 12px)] (parsed as [16px])
37 PASS: border-image-width from [10%] to [20px] was [20px] at 1
38 FAIL: border-image-width from [10%] to [20px] was [calc((10% * -0.5) + (20px * 1 .5))] at 1.5, expected [calc(-5% + 30px)] (parsed as [25px])
39 FAIL: border-image-width from [10px] to [20%] was [calc((10px * 1.30000001192092 9) + (20% * -0.30000001192092896))] at -0.3, expected [calc(13px + -6%)] (parsed as [7px])
40 PASS: border-image-width from [10px] to [20%] was [10px] at 0
41 FAIL: border-image-width from [10px] to [20%] was [calc((10px * 0.69999998807907 1) + (20% * 0.30000001192092896))] at 0.3, expected [calc(7px + 6%)] (parsed as [13px])
42 FAIL: border-image-width from [10px] to [20%] was [calc((10px * 0.39999997615814 21) + (20% * 0.6000000238418579))] at 0.6, expected [calc(4px + 12%)] (parsed as [16px])
43 PASS: border-image-width from [10px] to [20%] was [20%] at 1
44 FAIL: border-image-width from [10px] to [20%] was [calc((10px * -0.5) + (20% * 1 .5))] at 1.5, expected [calc(-5px + 30%)] (parsed as [25px])
45 FAIL: border-image-width from [10px] to [20] was [20] at -0.3, expected [10px]
46 FAIL: border-image-width from [10px] to [20] was [20] at 0, expected [10px]
47 FAIL: border-image-width from [10px] to [20] was [20] at 0.3, expected [10px]
48 PASS: border-image-width from [10px] to [20] was [20] at 0.6
49 PASS: border-image-width from [10px] to [20] was [20] at 1
50 PASS: border-image-width from [10px] to [20] was [20] at 1.5
51 FAIL: border-image-width from [10] to [20px] was [20px] at -0.3, expected [10]
52 FAIL: border-image-width from [10] to [20px] was [20px] at 0, expected [10]
53 FAIL: border-image-width from [10] to [20px] was [20px] at 0.3, expected [10]
54 PASS: border-image-width from [10] to [20px] was [20px] at 0.6
55 PASS: border-image-width from [10] to [20px] was [20px] at 1
56 PASS: border-image-width from [10] to [20px] was [20px] at 1.5
57 FAIL: border-image-width from [10%] to [20] was [20] at -0.3, expected [10%]
58 FAIL: border-image-width from [10%] to [20] was [20] at 0, expected [10%]
59 FAIL: border-image-width from [10%] to [20] was [20] at 0.3, expected [10%]
60 PASS: border-image-width from [10%] to [20] was [20] at 0.6
61 PASS: border-image-width from [10%] to [20] was [20] at 1
62 PASS: border-image-width from [10%] to [20] was [20] at 1.5
63 FAIL: border-image-width from [10] to [20%] was [20%] at -0.3, expected [10]
64 FAIL: border-image-width from [10] to [20%] was [20%] at 0, expected [10]
65 FAIL: border-image-width from [10] to [20%] was [20%] at 0.3, expected [10]
66 PASS: border-image-width from [10] to [20%] was [20%] at 0.6
67 PASS: border-image-width from [10] to [20%] was [20%] at 1
68 PASS: border-image-width from [10] to [20%] was [20%] at 1.5
69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698