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

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

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
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 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 10 PASS: border-image-width from [0%] to [20%] was [0%] at 0
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 PASS: border-image-width from [10%] to [20] was [10%] at 0.3 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 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 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 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 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 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 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 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 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 68 PASS: border-image-width from [10] to [20%] was [20%] at 1.5
69 PASS: borderImageWidth from [0px] to [20px] was [0px] at -0.3
70 PASS: borderImageWidth from [0px] to [20px] was [0px] at 0
71 PASS: borderImageWidth from [0px] to [20px] was [6px] at 0.3
72 PASS: borderImageWidth from [0px] to [20px] was [12px] at 0.6
73 PASS: borderImageWidth from [0px] to [20px] was [20px] at 1
74 PASS: borderImageWidth from [0px] to [20px] was [30px] at 1.5
75 PASS: borderImageWidth from [0px] to [20px] was [100px] at 5
76 PASS: borderImageWidth from [0px] to [20px] was [200px] at 10
77 PASS: borderImageWidth from [0%] to [20%] was [0%] at -0.3
78 PASS: borderImageWidth from [0%] to [20%] was [0%] at 0
79 PASS: borderImageWidth from [0%] to [20%] was [6%] at 0.3
80 PASS: borderImageWidth from [0%] to [20%] was [12%] at 0.6
81 PASS: borderImageWidth from [0%] to [20%] was [20%] at 1
82 PASS: borderImageWidth from [0%] to [20%] was [30%] at 1.5
83 PASS: borderImageWidth from [0%] to [20%] was [100%] at 5
84 PASS: borderImageWidth from [0%] to [20%] was [200%] at 10
85 PASS: borderImageWidth from [0] to [20] was [0] at -0.3
86 PASS: borderImageWidth from [0] to [20] was [0] at 0
87 PASS: borderImageWidth from [0] to [20] was [6] at 0.3
88 PASS: borderImageWidth from [0] to [20] was [12] at 0.6
89 PASS: borderImageWidth from [0] to [20] was [20] at 1
90 PASS: borderImageWidth from [0] to [20] was [30] at 1.5
91 PASS: borderImageWidth from [0] to [20] was [100] at 5
92 PASS: borderImageWidth from [0] to [20] was [200] at 10
93 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [0px 5% 21 37px] at -0.3
94 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [10px 20% 30 40px] at 0
95 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [31px 35% 39 43px] at 0.3
96 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [52px 50% 48 46px] at 0.6
97 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [80px 70% 60 50px] at 1
98 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [115px 95% 75 55px] at 1.5
99 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [360px 270% 180 90px] at 5
100 PASS: borderImageWidth from [10px 20% 30 40px] to [80px 70% 60 50px] was [710px 520% 330 140px] at 10
101 FAIL: borderImageWidth from [10%] to [20px] was [calc(13% + -6px)] at -0.3, expe cted [calc(13% + -6px)] (parsed as [7px])
102 PASS: borderImageWidth from [10%] to [20px] was [10%] at 0
103 FAIL: borderImageWidth from [10%] to [20px] was [calc(7% + 6px)] at 0.3, expecte d [calc(7% + 6px)] (parsed as [13px])
104 FAIL: borderImageWidth from [10%] to [20px] was [calc(4% + 12px)] at 0.6, expect ed [calc(4% + 12px)] (parsed as [16px])
105 PASS: borderImageWidth from [10%] to [20px] was [20px] at 1
106 FAIL: borderImageWidth from [10%] to [20px] was [calc(-5% + 30px)] at 1.5, expec ted [calc(-5% + 30px)] (parsed as [25px])
107 FAIL: borderImageWidth from [10px] to [20%] was [calc(13px + -6%)] at -0.3, expe cted [calc(13px + -6%)] (parsed as [7px])
108 PASS: borderImageWidth from [10px] to [20%] was [10px] at 0
109 FAIL: borderImageWidth from [10px] to [20%] was [calc(7px + 6%)] at 0.3, expecte d [calc(7px + 6%)] (parsed as [13px])
110 FAIL: borderImageWidth from [10px] to [20%] was [calc(4px + 12%)] at 0.6, expect ed [calc(4px + 12%)] (parsed as [16px])
111 PASS: borderImageWidth from [10px] to [20%] was [20%] at 1
112 FAIL: borderImageWidth from [10px] to [20%] was [calc(-5px + 30%)] at 1.5, expec ted [calc(-5px + 30%)] (parsed as [25px])
113 PASS: borderImageWidth from [10px] to [20] was [10px] at -0.3
114 PASS: borderImageWidth from [10px] to [20] was [10px] at 0
115 PASS: borderImageWidth from [10px] to [20] was [10px] at 0.3
116 PASS: borderImageWidth from [10px] to [20] was [20] at 0.6
117 PASS: borderImageWidth from [10px] to [20] was [20] at 1
118 PASS: borderImageWidth from [10px] to [20] was [20] at 1.5
119 PASS: borderImageWidth from [10] to [20px] was [10] at -0.3
120 PASS: borderImageWidth from [10] to [20px] was [10] at 0
121 PASS: borderImageWidth from [10] to [20px] was [10] at 0.3
122 PASS: borderImageWidth from [10] to [20px] was [20px] at 0.6
123 PASS: borderImageWidth from [10] to [20px] was [20px] at 1
124 PASS: borderImageWidth from [10] to [20px] was [20px] at 1.5
125 PASS: borderImageWidth from [10%] to [20] was [10%] at -0.3
126 PASS: borderImageWidth from [10%] to [20] was [10%] at 0
127 PASS: borderImageWidth from [10%] to [20] was [10%] at 0.3
128 PASS: borderImageWidth from [10%] to [20] was [20] at 0.6
129 PASS: borderImageWidth from [10%] to [20] was [20] at 1
130 PASS: borderImageWidth from [10%] to [20] was [20] at 1.5
131 PASS: borderImageWidth from [10] to [20%] was [10] at -0.3
132 PASS: borderImageWidth from [10] to [20%] was [10] at 0
133 PASS: borderImageWidth from [10] to [20%] was [10] at 0.3
134 PASS: borderImageWidth from [10] to [20%] was [20%] at 0.6
135 PASS: borderImageWidth from [10] to [20%] was [20%] at 1
136 PASS: borderImageWidth from [10] to [20%] was [20%] at 1.5
69 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698