Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / svg-attribute-interpolation / svg-pathLength-interpolation-expected.txt
blobff515eeee1239a89033a380f99ebe7da2f90c17c
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
3 SVG SMIL:
4 PASS: pathLength from [1] to [6] was [1] at 0
5 PASS: pathLength from [1] to [6] was [2] at 0.2
6 PASS: pathLength from [1] to [6] was [4] at 0.6
7 PASS: pathLength from [1] to [6] was [6] at 1
9 Web Animations API:
10 PASS: pathLength from [1] to [6] was [0] at -0.4
11 PASS: pathLength from [1] to [6] was [1] at 0
12 PASS: pathLength from [1] to [6] was [2] at 0.2
13 PASS: pathLength from [1] to [6] was [4] at 0.6
14 PASS: pathLength from [1] to [6] was [6] at 1
15 PASS: pathLength from [1] to [6] was [8] at 1.4