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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-k1-interpolation-expected.txt

Issue 1410943004: Make SVG attribute interpolation test helper use testharness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_cleanUpSVGInterpolationTestHelper
Patch Set: Rebased Created 5 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
OLDNEW
(Empty)
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2
3 SVG SMIL:
4 PASS: k1 from [1] to [6] was [1] at 0
5 PASS: k1 from [1] to [6] was [2] at 0.2
6 PASS: k1 from [1] to [6] was [4] at 0.6
7 PASS: k1 from [1] to [6] was [6] at 1
8 PASS: k2 from [1] to [6] was [1] at 0
9 PASS: k2 from [1] to [6] was [2] at 0.2
10 PASS: k2 from [1] to [6] was [4] at 0.6
11 PASS: k2 from [1] to [6] was [6] at 1
12 PASS: k3 from [1] to [6] was [1] at 0
13 PASS: k3 from [1] to [6] was [2] at 0.2
14 PASS: k3 from [1] to [6] was [4] at 0.6
15 PASS: k3 from [1] to [6] was [6] at 1
16 PASS: k4 from [1] to [6] was [1] at 0
17 PASS: k4 from [1] to [6] was [2] at 0.2
18 PASS: k4 from [1] to [6] was [4] at 0.6
19 PASS: k4 from [1] to [6] was [6] at 1
20
21 Web Animations API:
22 PASS: k1 from [1] to [6] was [-1] at -0.4
23 PASS: k1 from [1] to [6] was [1] at 0
24 PASS: k1 from [1] to [6] was [2] at 0.2
25 PASS: k1 from [1] to [6] was [4] at 0.6
26 PASS: k1 from [1] to [6] was [6] at 1
27 PASS: k1 from [1] to [6] was [8] at 1.4
28 PASS: k2 from [1] to [6] was [-1] at -0.4
29 PASS: k2 from [1] to [6] was [1] at 0
30 PASS: k2 from [1] to [6] was [2] at 0.2
31 PASS: k2 from [1] to [6] was [4] at 0.6
32 PASS: k2 from [1] to [6] was [6] at 1
33 PASS: k2 from [1] to [6] was [8] at 1.4
34 PASS: k3 from [1] to [6] was [-1] at -0.4
35 PASS: k3 from [1] to [6] was [1] at 0
36 PASS: k3 from [1] to [6] was [2] at 0.2
37 PASS: k3 from [1] to [6] was [4] at 0.6
38 PASS: k3 from [1] to [6] was [6] at 1
39 PASS: k3 from [1] to [6] was [8] at 1.4
40 PASS: k4 from [1] to [6] was [-1] at -0.4
41 PASS: k4 from [1] to [6] was [1] at 0
42 PASS: k4 from [1] to [6] was [2] at 0.2
43 PASS: k4 from [1] to [6] was [4] at 0.6
44 PASS: k4 from [1] to [6] was [6] at 1
45 PASS: k4 from [1] to [6] was [8] at 1.4
46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698