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

Side by Side Diff: LayoutTests/svg/animations/discard-on-discard-expected.txt

Issue 99533004: [SVG] Implement 'discard' element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698