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

Side by Side Diff: LayoutTests/virtual/web-animations-css/animations/interpolation/border-image-width-interpolation-expected.txt

Issue 54123007: Web Animations CSS: Fix clamping to non-negative values for BorderImageLength (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bug with clampTo() 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS: border-image-width from [0px] to [20px] was [0px] at -0.3 1 PASS: border-image-width from [0px] to [20px] was [0px] at -0.3
2 PASS: border-image-width from [0px] to [20px] was [0px] at 0 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 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 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 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 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 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 8 PASS: border-image-width from [0px] to [20px] was [200px] at 10
9 PASS: border-image-width from [0%] to [20%] was [0%] at -0.3
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 PASS: border-image-width from [0] to [20] was [0] at -0.3
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 PASS: border-image-width from [10px 20% 30 40px] to [80px 70% 60 50px] was [0px 5% 21 37px] at -0.3
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(13% + -6px)] at -0.3, ex pected [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(7% + 6px)] at 0.3, expec ted [calc(7% + 6px)] (parsed as [13px])
36 FAIL: border-image-width from [10%] to [20px] was [calc(4% + 12px)] at 0.6, expe cted [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(-5% + 30px)] at 1.5, exp ected [calc(-5% + 30px)] (parsed as [25px])
39 FAIL: border-image-width from [10px] to [20%] was [calc(13px + -6%)] at -0.3, ex pected [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(7px + 6%)] at 0.3, expec ted [calc(7px + 6%)] (parsed as [13px])
42 FAIL: border-image-width from [10px] to [20%] was [calc(4px + 12%)] at 0.6, expe cted [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(-5px + 30%)] at 1.5, exp ected [calc(-5px + 30%)] (parsed as [25px])
45 PASS: border-image-width from [10px] to [20] was [10px] at -0.3
46 PASS: border-image-width from [10px] to [20] was [10px] at 0
47 PASS: border-image-width from [10px] to [20] was [10px] at 0.3
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 PASS: border-image-width from [10] to [20px] was [10] at -0.3
52 PASS: border-image-width from [10] to [20px] was [10] at 0
53 PASS: border-image-width from [10] to [20px] was [10] at 0.3
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 PASS: border-image-width from [10%] to [20] was [10%] at -0.3
58 PASS: border-image-width from [10%] to [20] was [10%] at 0
59 PASS: border-image-width from [10%] to [20] was [10%] at 0.3
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 PASS: border-image-width from [10] to [20%] was [10] at -0.3
64 PASS: border-image-width from [10] to [20%] was [10] at 0
65 PASS: border-image-width from [10] to [20%] was [10] at 0.3
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
9 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698