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

Side by Side Diff: LayoutTests/svg/animations/animate-color-fill-from-by-expected.txt

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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 Tests animation on 'currentColor'. 3 Tests animation on 'currentColor'.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 8
9 Initial condition: 9 Initial condition:
10 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 208 10 PASS colorComponents[1] is 208
11 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 11 PASS colorComponents[2] is 0
12 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 12 PASS colorComponents[3] is 0
13 PASS fillPaint.uri is ""
14 PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
15 PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
16 13
17 Half-time condition: 14 Half-time condition:
18 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 208 15 PASS colorComponents[1] is 208
19 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 16 PASS colorComponents[2] is 0
20 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 104 17 PASS colorComponents[3] is 104
21 PASS fillPaint.uri is ""
22 PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
23 PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
24 18
25 End condition: 19 End condition:
26 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 208 20 PASS colorComponents[1] is 208
27 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 21 PASS colorComponents[2] is 0
28 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 208 22 PASS colorComponents[3] is 208
29 PASS fillPaint.uri is ""
30 PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
31 PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
32 PASS successfullyParsed is true 23 PASS successfullyParsed is true
33 24
34 TEST COMPLETE 25 TEST COMPLETE
35 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698