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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-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: markerHeight from [1] to [6] was [1] at 0
5 PASS: markerHeight from [1] to [6] was [2] at 0.2
6 PASS: markerHeight from [1] to [6] was [4] at 0.6
7 PASS: markerHeight from [1] to [6] was [6] at 1
8 PASS: markerHeight from [10in] to [770pt] was [720pt] at 0
9 PASS: markerHeight from [10in] to [770pt] was [730pt] at 0.2
10 PASS: markerHeight from [10in] to [770pt] was [750pt] at 0.6
11 PASS: markerHeight from [10in] to [770pt] was [770pt] at 1
12 PASS: markerHeight from [55%] to [5em] was [550] at 0
13 PASS: markerHeight from [55%] to [5em] was [450] at 0.2
14 PASS: markerHeight from [55%] to [5em] was [250] at 0.6
15 PASS: markerHeight from [55%] to [5em] was [50] at 1
16 PASS: markerHeight from [10] to [20ex] was [10] at 0
17 PASS: markerHeight from [10] to [20ex] was [20ex] at 1
18
19 Web Animations API:
20 PASS: markerHeight from [1] to [6] was [0] at -0.4
21 PASS: markerHeight from [1] to [6] was [1] at 0
22 PASS: markerHeight from [1] to [6] was [2] at 0.2
23 PASS: markerHeight from [1] to [6] was [4] at 0.6
24 PASS: markerHeight from [1] to [6] was [6] at 1
25 PASS: markerHeight from [1] to [6] was [8] at 1.4
26 PASS: markerHeight from [10in] to [770pt] was [700pt] at -0.4
27 PASS: markerHeight from [10in] to [770pt] was [720pt] at 0
28 PASS: markerHeight from [10in] to [770pt] was [730pt] at 0.2
29 PASS: markerHeight from [10in] to [770pt] was [750pt] at 0.6
30 PASS: markerHeight from [10in] to [770pt] was [770pt] at 1
31 PASS: markerHeight from [10in] to [770pt] was [790pt] at 1.4
32 PASS: markerHeight from [55%] to [5em] was [750] at -0.4
33 PASS: markerHeight from [55%] to [5em] was [550] at 0
34 PASS: markerHeight from [55%] to [5em] was [450] at 0.2
35 PASS: markerHeight from [55%] to [5em] was [250] at 0.6
36 PASS: markerHeight from [55%] to [5em] was [50] at 1
37 PASS: markerHeight from [55%] to [5em] was [0] at 1.4
38 PASS: markerHeight from [10] to [20ex] was [0] at -0.4
39 PASS: markerHeight from [10] to [20ex] was [10] at 0
40 PASS: markerHeight from [10] to [20ex] was [20ex] at 1
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698