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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/animations/animate-setcurrenttime-expected.txt

Issue 2256013003: Remove SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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.
2 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS svg.setCurrentTime(test.time[0]) threw exception TypeError: Failed to execu te 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-finite.. 6 PASS svg.setCurrentTime(test.time[0]) threw exception TypeError: Failed to execu te 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-finite..
8 PASS nestedsvg.setCurrentTime(test.time[1]) threw exception TypeError: Failed to execute 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-fi nite.. 7 PASS nestedsvg.setCurrentTime(test.time[1]) threw exception TypeError: Failed to execute 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-fi nite..
9 PASS plain.x.animVal.value is 0 8 PASS plain.x.animVal.value is 0
10 PASS sequential.x.animVal.value is 0 9 PASS sequential.x.animVal.value is 0
11 PASS accumulating.x.animVal.value is 0 10 PASS accumulating.x.animVal.value is 0
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 PASS nested.x.animVal.value is 0 92 PASS nested.x.animVal.value is 0
94 PASS plain.x.animVal.value is 128 93 PASS plain.x.animVal.value is 128
95 PASS sequential.x.animVal.value is 128 94 PASS sequential.x.animVal.value is 128
96 PASS accumulating.x.animVal.value is 128 95 PASS accumulating.x.animVal.value is 128
97 PASS repeating.x.animVal.value is 128 96 PASS repeating.x.animVal.value is 128
98 PASS nested.x.animVal.value is 0 97 PASS nested.x.animVal.value is 0
99 PASS successfullyParsed is true 98 PASS successfullyParsed is true
100 99
101 TEST COMPLETE 100 TEST COMPLETE
102 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698