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

Side by Side Diff: LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt

Issue 25132005: Web Animations CSS: Handle border-spacing property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bad upload Created 7 years, 2 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 foo bar
2 foo bar
3 foo bar
4 foo bar
5 foo bar
6 foo bar
7 foo bar
8 foo bar
9 foo bar
10 foo bar
11 foo bar
12 foo bar
13 foo bar
14 foo bar
15 foo bar
16 foo bar
17 foo bar
18 foo bar
19 foo bar
20 foo bar
21 foo bar
22 foo bar
23 foo bar
24 foo bar
25 foo bar
26 foo bar
27 foo bar
28 foo bar
29 foo bar
30 foo bar
31 foo bar
32 foo bar
33 foo bar
34 foo bar
35 foo bar
36 foo bar
37 FAIL: border-spacing from [0px] to [10px] was [-3px -3px] at -0.3, expected [0px 0px]
38 PASS: border-spacing from [0px] to [10px] was [0px 0px] at 0
39 PASS: border-spacing from [0px] to [10px] was [3px 3px] at 0.3
40 PASS: border-spacing from [0px] to [10px] was [6px 6px] at 0.6
41 PASS: border-spacing from [0px] to [10px] was [10px 10px] at 1
42 PASS: border-spacing from [0px] to [10px] was [15px 15px] at 1.5
43 FAIL: -webkit-border-horizontal-spacing from [0px] to [10px] was [-3px] at -0.3, expected [0px]
44 PASS: -webkit-border-horizontal-spacing from [0px] to [10px] was [0px] at 0
45 PASS: -webkit-border-horizontal-spacing from [0px] to [10px] was [3px] at 0.3
46 PASS: -webkit-border-horizontal-spacing from [0px] to [10px] was [6px] at 0.6
47 PASS: -webkit-border-horizontal-spacing from [0px] to [10px] was [10px] at 1
48 PASS: -webkit-border-horizontal-spacing from [0px] to [10px] was [15px] at 1.5
49 FAIL: -webkit-border-vertical-spacing from [0px] to [10px] was [-3px] at -0.3, e xpected [0px]
50 PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [0px] at 0
51 PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [3px] at 0.3
52 PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [6px] at 0.6
53 PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [10px] at 1
54 PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [15px] at 1.5
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698