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

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

Issue 910713002: Restrict floats over SVGSVGElement to finite values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update svg/animations/animate-setcurrenttime.html Created 5 years, 10 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 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
2 2
3 PASS successfullyParsed is true 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 TEST COMPLETE 5
6 PASS svg.setCurrentTime(test.time[0]) threw exception TypeError: Failed to execu te 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-finite..
7 PASS nestedsvg.setCurrentTime(test.time[1]) threw exception TypeError: Failed to execute 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-fi nite..
6 PASS plain.x.animVal.value is 0 8 PASS plain.x.animVal.value is 0
7 PASS sequential.x.animVal.value is 0 9 PASS sequential.x.animVal.value is 0
8 PASS accumulating.x.animVal.value is 0 10 PASS accumulating.x.animVal.value is 0
9 PASS repeating.x.animVal.value is 0 11 PASS repeating.x.animVal.value is 0
10 PASS nested.x.animVal.value is 0 12 PASS nested.x.animVal.value is 0
11 PASS plain.x.animVal.value is 0 13 PASS plain.x.animVal.value is 0
12 PASS sequential.x.animVal.value is 0 14 PASS sequential.x.animVal.value is 0
13 PASS accumulating.x.animVal.value is 0 15 PASS accumulating.x.animVal.value is 0
14 PASS repeating.x.animVal.value is 0 16 PASS repeating.x.animVal.value is 0
15 PASS nested.x.animVal.value is 0 17 PASS nested.x.animVal.value is 0
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 PASS plain.x.animVal.value is 96 88 PASS plain.x.animVal.value is 96
87 PASS sequential.x.animVal.value is 64 89 PASS sequential.x.animVal.value is 64
88 PASS accumulating.x.animVal.value is 192 90 PASS accumulating.x.animVal.value is 192
89 PASS repeating.x.animVal.value is 128 91 PASS repeating.x.animVal.value is 128
90 PASS nested.x.animVal.value is 0 92 PASS nested.x.animVal.value is 0
91 PASS plain.x.animVal.value is 128 93 PASS plain.x.animVal.value is 128
92 PASS sequential.x.animVal.value is 128 94 PASS sequential.x.animVal.value is 128
93 PASS accumulating.x.animVal.value is 128 95 PASS accumulating.x.animVal.value is 128
94 PASS repeating.x.animVal.value is 128 96 PASS repeating.x.animVal.value is 128
95 PASS nested.x.animVal.value is 0 97 PASS nested.x.animVal.value is 0
98 PASS successfullyParsed is true
96 99
100 TEST COMPLETE
101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698