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

Side by Side Diff: LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt

Issue 700843006: Don't require getPropertyCSSValue in svg tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
2 2
3 Test calcMode discrete with from-to animation on colors with alpha channel. You should see a green 100x100 rect and only PASS messages 3 Test calcMode discrete with from-to animation on colors with alpha channel. You should see a green 100x100 rect and only PASS messages
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 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 8 PASS colors[0] is 0
9 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 9 PASS colors[1] is 255
10 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 10 PASS colors[2] is 255
11 PASS parseAlphaFromColor() is 0.4 11 PASS colors[3] is 0.4
12 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 12 PASS colors[0] is 255
13 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 13 PASS colors[1] is 0
14 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 14 PASS colors[2] is 0
15 PASS parseAlphaFromColor() is 0.6 15 PASS colors[3] is 0.6
16 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 16 PASS colors[0] is 255
17 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 17 PASS colors[1] is 0
18 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 18 PASS colors[2] is 0
19 PASS parseAlphaFromColor() is 0.6 19 PASS colors[3] is 0.6
20 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 20 PASS colors[0] is 0
21 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 21 PASS colors[1] is 255
22 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 22 PASS colors[2] is 255
23 PASS parseAlphaFromColor() is 0.8 23 PASS colors[3] is 0.8
24 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 24 PASS colors[0] is 0
25 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 25 PASS colors[1] is 255
26 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 26 PASS colors[2] is 255
27 PASS parseAlphaFromColor() is 0.8 27 PASS colors[3] is 0.8
28 PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 28 PASS colors[0] is 0
29 PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 29 PASS colors[1] is 255
30 PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 30 PASS colors[2] is 255
31 PASS parseAlphaFromColor() is 0.4 31 PASS colors[3] is 0.4
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698