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

Side by Side Diff: LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation-expected.txt

Issue 1158563006: Add SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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
OLDNEW
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.
1 2
2 SVG SMIL: 3 SVG SMIL:
3 PASS: width from [10] to [60] was [10] at 0 4 PASS: width from [10] to [60] was [10] at 0
4 PASS: width from [10] to [60] was [20] at 0.2 5 PASS: width from [10] to [60] was [20] at 0.2
5 PASS: width from [10] to [60] was [40] at 0.6 6 PASS: width from [10] to [60] was [40] at 0.6
6 PASS: width from [10] to [60] was [60] at 1 7 PASS: width from [10] to [60] was [60] at 1
7 PASS: width from [10%] to [60%] was [10%] at 0 8 PASS: width from [10%] to [60%] was [10%] at 0
8 PASS: width from [10%] to [60%] was [20%] at 0.2 9 PASS: width from [10%] to [60%] was [20%] at 0.2
9 PASS: width from [10%] to [60%] was [40%] at 0.6 10 PASS: width from [10%] to [60%] was [40%] at 0.6
10 PASS: width from [10%] to [60%] was [60%] at 1 11 PASS: width from [10%] to [60%] was [60%] at 1
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 PASS: width from [10rem] to [60rem] was [40rem] at 0.6 57 PASS: width from [10rem] to [60rem] was [40rem] at 0.6
57 PASS: width from [10rem] to [60rem] was [60rem] at 1 58 PASS: width from [10rem] to [60rem] was [60rem] at 1
58 PASS: width from [10rem] to [60rem] was [80rem] at 1.4 59 PASS: width from [10rem] to [60rem] was [80rem] at 1.4
59 PASS: width from [10in] to [20rem] was [1264] at -0.4 60 PASS: width from [10in] to [20rem] was [1264] at -0.4
60 PASS: width from [10in] to [20rem] was [10in] at 0 61 PASS: width from [10in] to [20rem] was [10in] at 0
61 PASS: width from [10in] to [20rem] was [808] at 0.2 62 PASS: width from [10in] to [20rem] was [808] at 0.2
62 PASS: width from [10in] to [20rem] was [504] at 0.6 63 PASS: width from [10in] to [20rem] was [504] at 0.6
63 PASS: width from [10in] to [20rem] was [20rem] at 1 64 PASS: width from [10in] to [20rem] was [20rem] at 1
64 PASS: width from [10in] to [20rem] was [0] at 1.4 65 PASS: width from [10in] to [20rem] was [0] at 1.4
65 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698