| OLD | NEW |
| 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 255 | 10 PASS colorComponents[1] is 255 |
| 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 128 | 15 PASS colorComponents[1] is 128 |
| 19 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 64 | 16 PASS colorComponents[2] is 64 |
| 20 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 | 17 PASS colorComponents[3] is 0 |
| 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 0 | 20 PASS colorComponents[1] is 0 |
| 27 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 128 | 21 PASS colorComponents[2] is 128 |
| 28 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 | 22 PASS colorComponents[3] is 0 |
| 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 |
| OLD | NEW |