OLD | NEW |
(Empty) | |
| 1 SVG 1.1 dynamic animation tests |
| 2 |
| 3 |
| 4 Test the behavior of one discard applied on another discard |
| 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 |
| 8 |
| 9 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 10 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 11 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 12 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 13 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 14 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 15 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 16 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 17 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 18 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 19 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 20 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 21 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 22 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 23 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 24 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 25 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
| 26 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
| 27 PASS successfullyParsed is true |
| 28 |
| 29 TEST COMPLETE |
| 30 |
OLD | NEW |