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

Side by Side Diff: LayoutTests/svg/css/rect-system-color-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 Test that fill and stroke properties accept system colors 1 Test that fill and stroke properties accept system colors
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Testing system colorActiveBorder 7 Testing system colorActiveBorder
8 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 8 PASS parseInt(color1Components[1]) is systemColorRed
9 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 9 PASS parseInt(color1Components[2]) is systemColorGreen
10 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 10 PASS parseInt(color1Components[3]) is systemColorBlue
11 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 11 PASS parseInt(color1Components[1]) is systemColorRed
12 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 12 PASS parseInt(color1Components[2]) is systemColorGreen
13 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 13 PASS parseInt(color1Components[3]) is systemColorBlue
14 Testing system colorActiveCaption 14 Testing system colorActiveCaption
15 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 15 PASS parseInt(color1Components[1]) is systemColorRed
16 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 16 PASS parseInt(color1Components[2]) is systemColorGreen
17 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 17 PASS parseInt(color1Components[3]) is systemColorBlue
18 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 18 PASS parseInt(color1Components[1]) is systemColorRed
19 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 19 PASS parseInt(color1Components[2]) is systemColorGreen
20 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 20 PASS parseInt(color1Components[3]) is systemColorBlue
21 Testing system colorAppWorkspace 21 Testing system colorAppWorkspace
22 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 22 PASS parseInt(color1Components[1]) is systemColorRed
23 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 23 PASS parseInt(color1Components[2]) is systemColorGreen
24 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 24 PASS parseInt(color1Components[3]) is systemColorBlue
25 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 25 PASS parseInt(color1Components[1]) is systemColorRed
26 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 26 PASS parseInt(color1Components[2]) is systemColorGreen
27 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 27 PASS parseInt(color1Components[3]) is systemColorBlue
28 Testing system colorBackground 28 Testing system colorBackground
29 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 29 PASS parseInt(color1Components[1]) is systemColorRed
30 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 30 PASS parseInt(color1Components[2]) is systemColorGreen
31 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 31 PASS parseInt(color1Components[3]) is systemColorBlue
32 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 32 PASS parseInt(color1Components[1]) is systemColorRed
33 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 33 PASS parseInt(color1Components[2]) is systemColorGreen
34 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 34 PASS parseInt(color1Components[3]) is systemColorBlue
35 Testing system colorButtonFace 35 Testing system colorButtonFace
36 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 36 PASS parseInt(color1Components[1]) is systemColorRed
37 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 37 PASS parseInt(color1Components[2]) is systemColorGreen
38 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 38 PASS parseInt(color1Components[3]) is systemColorBlue
39 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 39 PASS parseInt(color1Components[1]) is systemColorRed
40 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 40 PASS parseInt(color1Components[2]) is systemColorGreen
41 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 41 PASS parseInt(color1Components[3]) is systemColorBlue
42 Testing system colorButtonHighlight 42 Testing system colorButtonHighlight
43 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 43 PASS parseInt(color1Components[1]) is systemColorRed
44 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 44 PASS parseInt(color1Components[2]) is systemColorGreen
45 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 45 PASS parseInt(color1Components[3]) is systemColorBlue
46 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 46 PASS parseInt(color1Components[1]) is systemColorRed
47 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 47 PASS parseInt(color1Components[2]) is systemColorGreen
48 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 48 PASS parseInt(color1Components[3]) is systemColorBlue
49 Testing system colorButtonShadow 49 Testing system colorButtonShadow
50 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 50 PASS parseInt(color1Components[1]) is systemColorRed
51 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 51 PASS parseInt(color1Components[2]) is systemColorGreen
52 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 52 PASS parseInt(color1Components[3]) is systemColorBlue
53 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 53 PASS parseInt(color1Components[1]) is systemColorRed
54 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 54 PASS parseInt(color1Components[2]) is systemColorGreen
55 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 55 PASS parseInt(color1Components[3]) is systemColorBlue
56 Testing system colorButtonText 56 Testing system colorButtonText
57 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 57 PASS parseInt(color1Components[1]) is systemColorRed
58 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 58 PASS parseInt(color1Components[2]) is systemColorGreen
59 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 59 PASS parseInt(color1Components[3]) is systemColorBlue
60 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 60 PASS parseInt(color1Components[1]) is systemColorRed
61 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 61 PASS parseInt(color1Components[2]) is systemColorGreen
62 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 62 PASS parseInt(color1Components[3]) is systemColorBlue
63 Testing system colorCaptionText 63 Testing system colorCaptionText
64 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 64 PASS parseInt(color1Components[1]) is systemColorRed
65 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 65 PASS parseInt(color1Components[2]) is systemColorGreen
66 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 66 PASS parseInt(color1Components[3]) is systemColorBlue
67 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 67 PASS parseInt(color1Components[1]) is systemColorRed
68 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 68 PASS parseInt(color1Components[2]) is systemColorGreen
69 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 69 PASS parseInt(color1Components[3]) is systemColorBlue
70 Testing system colorGrayText 70 Testing system colorGrayText
71 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 71 PASS parseInt(color1Components[1]) is systemColorRed
72 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 72 PASS parseInt(color1Components[2]) is systemColorGreen
73 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 73 PASS parseInt(color1Components[3]) is systemColorBlue
74 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 74 PASS parseInt(color1Components[1]) is systemColorRed
75 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 75 PASS parseInt(color1Components[2]) is systemColorGreen
76 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 76 PASS parseInt(color1Components[3]) is systemColorBlue
77 Testing system colorHighlight 77 Testing system colorHighlight
78 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 78 PASS parseInt(color1Components[1]) is systemColorRed
79 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 79 PASS parseInt(color1Components[2]) is systemColorGreen
80 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 80 PASS parseInt(color1Components[3]) is systemColorBlue
81 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 81 PASS parseInt(color1Components[1]) is systemColorRed
82 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 82 PASS parseInt(color1Components[2]) is systemColorGreen
83 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 83 PASS parseInt(color1Components[3]) is systemColorBlue
84 Testing system colorHighlightText 84 Testing system colorHighlightText
85 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 85 PASS parseInt(color1Components[1]) is systemColorRed
86 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 86 PASS parseInt(color1Components[2]) is systemColorGreen
87 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 87 PASS parseInt(color1Components[3]) is systemColorBlue
88 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 88 PASS parseInt(color1Components[1]) is systemColorRed
89 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 89 PASS parseInt(color1Components[2]) is systemColorGreen
90 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 90 PASS parseInt(color1Components[3]) is systemColorBlue
91 Testing system colorInactiveBorder 91 Testing system colorInactiveBorder
92 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 92 PASS parseInt(color1Components[1]) is systemColorRed
93 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 93 PASS parseInt(color1Components[2]) is systemColorGreen
94 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 94 PASS parseInt(color1Components[3]) is systemColorBlue
95 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 95 PASS parseInt(color1Components[1]) is systemColorRed
96 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 96 PASS parseInt(color1Components[2]) is systemColorGreen
97 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 97 PASS parseInt(color1Components[3]) is systemColorBlue
98 Testing system colorInactiveCaption 98 Testing system colorInactiveCaption
99 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 99 PASS parseInt(color1Components[1]) is systemColorRed
100 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 100 PASS parseInt(color1Components[2]) is systemColorGreen
101 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 101 PASS parseInt(color1Components[3]) is systemColorBlue
102 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 102 PASS parseInt(color1Components[1]) is systemColorRed
103 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 103 PASS parseInt(color1Components[2]) is systemColorGreen
104 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 104 PASS parseInt(color1Components[3]) is systemColorBlue
105 Testing system colorInactiveCaptionText 105 Testing system colorInactiveCaptionText
106 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 106 PASS parseInt(color1Components[1]) is systemColorRed
107 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 107 PASS parseInt(color1Components[2]) is systemColorGreen
108 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 108 PASS parseInt(color1Components[3]) is systemColorBlue
109 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 109 PASS parseInt(color1Components[1]) is systemColorRed
110 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 110 PASS parseInt(color1Components[2]) is systemColorGreen
111 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 111 PASS parseInt(color1Components[3]) is systemColorBlue
112 Testing system colorInfoBackground 112 Testing system colorInfoBackground
113 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 113 PASS parseInt(color1Components[1]) is systemColorRed
114 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 114 PASS parseInt(color1Components[2]) is systemColorGreen
115 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 115 PASS parseInt(color1Components[3]) is systemColorBlue
116 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 116 PASS parseInt(color1Components[1]) is systemColorRed
117 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 117 PASS parseInt(color1Components[2]) is systemColorGreen
118 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 118 PASS parseInt(color1Components[3]) is systemColorBlue
119 Testing system colorInfoText 119 Testing system colorInfoText
120 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 120 PASS parseInt(color1Components[1]) is systemColorRed
121 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 121 PASS parseInt(color1Components[2]) is systemColorGreen
122 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 122 PASS parseInt(color1Components[3]) is systemColorBlue
123 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 123 PASS parseInt(color1Components[1]) is systemColorRed
124 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 124 PASS parseInt(color1Components[2]) is systemColorGreen
125 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 125 PASS parseInt(color1Components[3]) is systemColorBlue
126 Testing system colorMenu 126 Testing system colorMenu
127 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 127 PASS parseInt(color1Components[1]) is systemColorRed
128 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 128 PASS parseInt(color1Components[2]) is systemColorGreen
129 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 129 PASS parseInt(color1Components[3]) is systemColorBlue
130 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 130 PASS parseInt(color1Components[1]) is systemColorRed
131 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 131 PASS parseInt(color1Components[2]) is systemColorGreen
132 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 132 PASS parseInt(color1Components[3]) is systemColorBlue
133 Testing system colorMenuText 133 Testing system colorMenuText
134 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 134 PASS parseInt(color1Components[1]) is systemColorRed
135 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 135 PASS parseInt(color1Components[2]) is systemColorGreen
136 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 136 PASS parseInt(color1Components[3]) is systemColorBlue
137 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 137 PASS parseInt(color1Components[1]) is systemColorRed
138 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 138 PASS parseInt(color1Components[2]) is systemColorGreen
139 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 139 PASS parseInt(color1Components[3]) is systemColorBlue
140 Testing system colorScrollbar 140 Testing system colorScrollbar
141 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 141 PASS parseInt(color1Components[1]) is systemColorRed
142 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 142 PASS parseInt(color1Components[2]) is systemColorGreen
143 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 143 PASS parseInt(color1Components[3]) is systemColorBlue
144 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 144 PASS parseInt(color1Components[1]) is systemColorRed
145 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 145 PASS parseInt(color1Components[2]) is systemColorGreen
146 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 146 PASS parseInt(color1Components[3]) is systemColorBlue
147 Testing system colorThreeDDarkShadow 147 Testing system colorThreeDDarkShadow
148 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 148 PASS parseInt(color1Components[1]) is systemColorRed
149 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 149 PASS parseInt(color1Components[2]) is systemColorGreen
150 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 150 PASS parseInt(color1Components[3]) is systemColorBlue
151 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 151 PASS parseInt(color1Components[1]) is systemColorRed
152 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 152 PASS parseInt(color1Components[2]) is systemColorGreen
153 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 153 PASS parseInt(color1Components[3]) is systemColorBlue
154 Testing system colorThreeDFace 154 Testing system colorThreeDFace
155 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 155 PASS parseInt(color1Components[1]) is systemColorRed
156 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 156 PASS parseInt(color1Components[2]) is systemColorGreen
157 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 157 PASS parseInt(color1Components[3]) is systemColorBlue
158 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 158 PASS parseInt(color1Components[1]) is systemColorRed
159 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 159 PASS parseInt(color1Components[2]) is systemColorGreen
160 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 160 PASS parseInt(color1Components[3]) is systemColorBlue
161 Testing system colorThreeDHighlight 161 Testing system colorThreeDHighlight
162 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 162 PASS parseInt(color1Components[1]) is systemColorRed
163 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 163 PASS parseInt(color1Components[2]) is systemColorGreen
164 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 164 PASS parseInt(color1Components[3]) is systemColorBlue
165 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 165 PASS parseInt(color1Components[1]) is systemColorRed
166 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 166 PASS parseInt(color1Components[2]) is systemColorGreen
167 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 167 PASS parseInt(color1Components[3]) is systemColorBlue
168 Testing system colorThreeDLightShadow 168 Testing system colorThreeDLightShadow
169 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 169 PASS parseInt(color1Components[1]) is systemColorRed
170 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 170 PASS parseInt(color1Components[2]) is systemColorGreen
171 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 171 PASS parseInt(color1Components[3]) is systemColorBlue
172 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 172 PASS parseInt(color1Components[1]) is systemColorRed
173 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 173 PASS parseInt(color1Components[2]) is systemColorGreen
174 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 174 PASS parseInt(color1Components[3]) is systemColorBlue
175 Testing system colorThreeDShadow 175 Testing system colorThreeDShadow
176 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 176 PASS parseInt(color1Components[1]) is systemColorRed
177 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 177 PASS parseInt(color1Components[2]) is systemColorGreen
178 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 178 PASS parseInt(color1Components[3]) is systemColorBlue
179 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 179 PASS parseInt(color1Components[1]) is systemColorRed
180 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 180 PASS parseInt(color1Components[2]) is systemColorGreen
181 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 181 PASS parseInt(color1Components[3]) is systemColorBlue
182 Testing system colorWindow 182 Testing system colorWindow
183 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 183 PASS parseInt(color1Components[1]) is systemColorRed
184 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 184 PASS parseInt(color1Components[2]) is systemColorGreen
185 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 185 PASS parseInt(color1Components[3]) is systemColorBlue
186 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 186 PASS parseInt(color1Components[1]) is systemColorRed
187 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 187 PASS parseInt(color1Components[2]) is systemColorGreen
188 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 188 PASS parseInt(color1Components[3]) is systemColorBlue
189 Testing system colorWindowFrame 189 Testing system colorWindowFrame
190 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 190 PASS parseInt(color1Components[1]) is systemColorRed
191 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 191 PASS parseInt(color1Components[2]) is systemColorGreen
192 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 192 PASS parseInt(color1Components[3]) is systemColorBlue
193 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 193 PASS parseInt(color1Components[1]) is systemColorRed
194 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 194 PASS parseInt(color1Components[2]) is systemColorGreen
195 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 195 PASS parseInt(color1Components[3]) is systemColorBlue
196 Testing system colorWindowText 196 Testing system colorWindowText
197 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 197 PASS parseInt(color1Components[1]) is systemColorRed
198 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 198 PASS parseInt(color1Components[2]) is systemColorGreen
199 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 199 PASS parseInt(color1Components[3]) is systemColorBlue
200 PASS color1.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorRed 200 PASS parseInt(color1Components[1]) is systemColorRed
201 PASS color1.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorGree n 201 PASS parseInt(color1Components[2]) is systemColorGreen
202 PASS color1.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is systemColorBlue 202 PASS parseInt(color1Components[3]) is systemColorBlue
203 PASS successfullyParsed is true 203 PASS successfullyParsed is true
204 204
205 TEST COMPLETE 205 TEST COMPLETE
206 206
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/rect-system-color.xhtml ('k') | LayoutTests/svg/css/script-tests/svg-attribute-parser-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698