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

Side by Side Diff: LayoutTests/svg/css/getComputedStyle-basic-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
OLDNEW
1 rect: style.getPropertyValue(background-attachment) : scroll 1 rect: style.getPropertyValue(background-attachment) : scroll
2 rect: style.getPropertyCSSValue(background-attachment) : [object CSSValueList]
3 rect: style.getPropertyValue(background-clip) : border-box 2 rect: style.getPropertyValue(background-clip) : border-box
4 rect: style.getPropertyCSSValue(background-clip) : [object CSSValueList]
5 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0) 3 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
6 rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
7 rect: style.getPropertyValue(background-image) : none 4 rect: style.getPropertyValue(background-image) : none
8 rect: style.getPropertyCSSValue(background-image) : [object CSSValueList]
9 rect: style.getPropertyValue(background-origin) : padding-box 5 rect: style.getPropertyValue(background-origin) : padding-box
10 rect: style.getPropertyCSSValue(background-origin) : [object CSSValueList]
11 rect: style.getPropertyValue(background-position) : 0% 0% 6 rect: style.getPropertyValue(background-position) : 0% 0%
12 rect: style.getPropertyCSSValue(background-position) : [object CSSValueList]
13 rect: style.getPropertyValue(background-repeat) : repeat 7 rect: style.getPropertyValue(background-repeat) : repeat
14 rect: style.getPropertyCSSValue(background-repeat) : [object CSSValueList]
15 rect: style.getPropertyValue(background-size) : auto 8 rect: style.getPropertyValue(background-size) : auto
16 rect: style.getPropertyCSSValue(background-size) : [object CSSValueList]
17 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0) 9 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0)
18 rect: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue ]
19 rect: style.getPropertyValue(border-bottom-left-radius) : 0px 10 rect: style.getPropertyValue(border-bottom-left-radius) : 0px
20 rect: style.getPropertyCSSValue(border-bottom-left-radius) : [object CSSPrimitiv eValue]
21 rect: style.getPropertyValue(border-bottom-right-radius) : 0px 11 rect: style.getPropertyValue(border-bottom-right-radius) : 0px
22 rect: style.getPropertyCSSValue(border-bottom-right-radius) : [object CSSPrimiti veValue]
23 rect: style.getPropertyValue(border-bottom-style) : none 12 rect: style.getPropertyValue(border-bottom-style) : none
24 rect: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue ]
25 rect: style.getPropertyValue(border-bottom-width) : 0px 13 rect: style.getPropertyValue(border-bottom-width) : 0px
26 rect: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue ]
27 rect: style.getPropertyValue(border-collapse) : separate 14 rect: style.getPropertyValue(border-collapse) : separate
28 rect: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
29 rect: style.getPropertyValue(border-image-outset) : 0px 15 rect: style.getPropertyValue(border-image-outset) : 0px
30 rect: style.getPropertyCSSValue(border-image-outset) : [object CSSPrimitiveValue ]
31 rect: style.getPropertyValue(border-image-repeat) : stretch 16 rect: style.getPropertyValue(border-image-repeat) : stretch
32 rect: style.getPropertyCSSValue(border-image-repeat) : [object CSSPrimitiveValue ]
33 rect: style.getPropertyValue(border-image-slice) : 100% 17 rect: style.getPropertyValue(border-image-slice) : 100%
34 rect: style.getPropertyCSSValue(border-image-slice) : [object CSSValue]
35 rect: style.getPropertyValue(border-image-source) : none 18 rect: style.getPropertyValue(border-image-source) : none
36 rect: style.getPropertyCSSValue(border-image-source) : [object CSSPrimitiveValue ]
37 rect: style.getPropertyValue(border-image-width) : 1 19 rect: style.getPropertyValue(border-image-width) : 1
38 rect: style.getPropertyCSSValue(border-image-width) : [object CSSPrimitiveValue]
39 rect: style.getPropertyValue(border-left-color) : rgb(0, 0, 0) 20 rect: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
40 rect: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
41 rect: style.getPropertyValue(border-left-style) : none 21 rect: style.getPropertyValue(border-left-style) : none
42 rect: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue]
43 rect: style.getPropertyValue(border-left-width) : 0px 22 rect: style.getPropertyValue(border-left-width) : 0px
44 rect: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue]
45 rect: style.getPropertyValue(border-right-color) : rgb(0, 0, 0) 23 rect: style.getPropertyValue(border-right-color) : rgb(0, 0, 0)
46 rect: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue]
47 rect: style.getPropertyValue(border-right-style) : none 24 rect: style.getPropertyValue(border-right-style) : none
48 rect: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue]
49 rect: style.getPropertyValue(border-right-width) : 0px 25 rect: style.getPropertyValue(border-right-width) : 0px
50 rect: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue]
51 rect: style.getPropertyValue(border-top-color) : rgb(0, 0, 0) 26 rect: style.getPropertyValue(border-top-color) : rgb(0, 0, 0)
52 rect: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue]
53 rect: style.getPropertyValue(border-top-left-radius) : 0px 27 rect: style.getPropertyValue(border-top-left-radius) : 0px
54 rect: style.getPropertyCSSValue(border-top-left-radius) : [object CSSPrimitiveVa lue]
55 rect: style.getPropertyValue(border-top-right-radius) : 0px 28 rect: style.getPropertyValue(border-top-right-radius) : 0px
56 rect: style.getPropertyCSSValue(border-top-right-radius) : [object CSSPrimitiveV alue]
57 rect: style.getPropertyValue(border-top-style) : none 29 rect: style.getPropertyValue(border-top-style) : none
58 rect: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue]
59 rect: style.getPropertyValue(border-top-width) : 0px 30 rect: style.getPropertyValue(border-top-width) : 0px
60 rect: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue]
61 rect: style.getPropertyValue(bottom) : auto 31 rect: style.getPropertyValue(bottom) : auto
62 rect: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue]
63 rect: style.getPropertyValue(box-shadow) : none 32 rect: style.getPropertyValue(box-shadow) : none
64 rect: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue]
65 rect: style.getPropertyValue(box-sizing) : content-box 33 rect: style.getPropertyValue(box-sizing) : content-box
66 rect: style.getPropertyCSSValue(box-sizing) : [object CSSPrimitiveValue]
67 rect: style.getPropertyValue(caption-side) : top 34 rect: style.getPropertyValue(caption-side) : top
68 rect: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue]
69 rect: style.getPropertyValue(clear) : none 35 rect: style.getPropertyValue(clear) : none
70 rect: style.getPropertyCSSValue(clear) : [object CSSPrimitiveValue]
71 rect: style.getPropertyValue(clip) : auto 36 rect: style.getPropertyValue(clip) : auto
72 rect: style.getPropertyCSSValue(clip) : [object CSSPrimitiveValue]
73 rect: style.getPropertyValue(color) : rgb(0, 0, 0) 37 rect: style.getPropertyValue(color) : rgb(0, 0, 0)
74 rect: style.getPropertyCSSValue(color) : [object CSSPrimitiveValue]
75 rect: style.getPropertyValue(cursor) : auto 38 rect: style.getPropertyValue(cursor) : auto
76 rect: style.getPropertyCSSValue(cursor) : [object CSSPrimitiveValue]
77 rect: style.getPropertyValue(direction) : ltr 39 rect: style.getPropertyValue(direction) : ltr
78 rect: style.getPropertyCSSValue(direction) : [object CSSPrimitiveValue]
79 rect: style.getPropertyValue(display) : inline 40 rect: style.getPropertyValue(display) : inline
80 rect: style.getPropertyCSSValue(display) : [object CSSPrimitiveValue]
81 rect: style.getPropertyValue(empty-cells) : show 41 rect: style.getPropertyValue(empty-cells) : show
82 rect: style.getPropertyCSSValue(empty-cells) : [object CSSPrimitiveValue]
83 rect: style.getPropertyValue(float) : none 42 rect: style.getPropertyValue(float) : none
84 rect: style.getPropertyCSSValue(float) : [object CSSPrimitiveValue]
85 rect: style.getPropertyValue(font-kerning) : auto 43 rect: style.getPropertyValue(font-kerning) : auto
86 rect: style.getPropertyCSSValue(font-kerning) : [object CSSPrimitiveValue]
87 rect: style.getPropertyValue(font-size) : 16px 44 rect: style.getPropertyValue(font-size) : 16px
88 rect: style.getPropertyCSSValue(font-size) : [object CSSPrimitiveValue]
89 rect: style.getPropertyValue(font-style) : normal 45 rect: style.getPropertyValue(font-style) : normal
90 rect: style.getPropertyCSSValue(font-style) : [object CSSPrimitiveValue]
91 rect: style.getPropertyValue(font-variant) : normal 46 rect: style.getPropertyValue(font-variant) : normal
92 rect: style.getPropertyCSSValue(font-variant) : [object CSSPrimitiveValue]
93 rect: style.getPropertyValue(font-variant-ligatures) : normal 47 rect: style.getPropertyValue(font-variant-ligatures) : normal
94 rect: style.getPropertyCSSValue(font-variant-ligatures) : [object CSSPrimitiveVa lue]
95 rect: style.getPropertyValue(font-weight) : normal 48 rect: style.getPropertyValue(font-weight) : normal
96 rect: style.getPropertyCSSValue(font-weight) : [object CSSPrimitiveValue]
97 rect: style.getPropertyValue(height) : auto 49 rect: style.getPropertyValue(height) : auto
98 rect: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
99 rect: style.getPropertyValue(image-rendering) : auto 50 rect: style.getPropertyValue(image-rendering) : auto
100 rect: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
101 rect: style.getPropertyValue(justify-items) : start 51 rect: style.getPropertyValue(justify-items) : start
102 rect: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
103 rect: style.getPropertyValue(justify-self) : start 52 rect: style.getPropertyValue(justify-self) : start
104 rect: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
105 rect: style.getPropertyValue(left) : auto 53 rect: style.getPropertyValue(left) : auto
106 rect: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
107 rect: style.getPropertyValue(letter-spacing) : normal 54 rect: style.getPropertyValue(letter-spacing) : normal
108 rect: style.getPropertyCSSValue(letter-spacing) : [object CSSPrimitiveValue]
109 rect: style.getPropertyValue(line-height) : normal 55 rect: style.getPropertyValue(line-height) : normal
110 rect: style.getPropertyCSSValue(line-height) : [object CSSPrimitiveValue]
111 rect: style.getPropertyValue(list-style-image) : none 56 rect: style.getPropertyValue(list-style-image) : none
112 rect: style.getPropertyCSSValue(list-style-image) : [object CSSPrimitiveValue]
113 rect: style.getPropertyValue(list-style-position) : outside 57 rect: style.getPropertyValue(list-style-position) : outside
114 rect: style.getPropertyCSSValue(list-style-position) : [object CSSPrimitiveValue ]
115 rect: style.getPropertyValue(list-style-type) : disc 58 rect: style.getPropertyValue(list-style-type) : disc
116 rect: style.getPropertyCSSValue(list-style-type) : [object CSSPrimitiveValue]
117 rect: style.getPropertyValue(margin-bottom) : 0px 59 rect: style.getPropertyValue(margin-bottom) : 0px
118 rect: style.getPropertyCSSValue(margin-bottom) : [object CSSPrimitiveValue]
119 rect: style.getPropertyValue(margin-left) : 0px 60 rect: style.getPropertyValue(margin-left) : 0px
120 rect: style.getPropertyCSSValue(margin-left) : [object CSSPrimitiveValue]
121 rect: style.getPropertyValue(margin-right) : 0px 61 rect: style.getPropertyValue(margin-right) : 0px
122 rect: style.getPropertyCSSValue(margin-right) : [object CSSPrimitiveValue]
123 rect: style.getPropertyValue(margin-top) : 0px 62 rect: style.getPropertyValue(margin-top) : 0px
124 rect: style.getPropertyCSSValue(margin-top) : [object CSSPrimitiveValue]
125 rect: style.getPropertyValue(max-height) : none 63 rect: style.getPropertyValue(max-height) : none
126 rect: style.getPropertyCSSValue(max-height) : [object CSSPrimitiveValue]
127 rect: style.getPropertyValue(max-width) : none 64 rect: style.getPropertyValue(max-width) : none
128 rect: style.getPropertyCSSValue(max-width) : [object CSSPrimitiveValue]
129 rect: style.getPropertyValue(min-height) : 0px 65 rect: style.getPropertyValue(min-height) : 0px
130 rect: style.getPropertyCSSValue(min-height) : [object CSSPrimitiveValue]
131 rect: style.getPropertyValue(min-width) : 0px 66 rect: style.getPropertyValue(min-width) : 0px
132 rect: style.getPropertyCSSValue(min-width) : [object CSSPrimitiveValue]
133 rect: style.getPropertyValue(opacity) : 1 67 rect: style.getPropertyValue(opacity) : 1
134 rect: style.getPropertyCSSValue(opacity) : [object CSSPrimitiveValue]
135 rect: style.getPropertyValue(orphans) : auto 68 rect: style.getPropertyValue(orphans) : auto
136 rect: style.getPropertyCSSValue(orphans) : [object CSSPrimitiveValue]
137 rect: style.getPropertyValue(outline-color) : rgb(0, 0, 0) 69 rect: style.getPropertyValue(outline-color) : rgb(0, 0, 0)
138 rect: style.getPropertyCSSValue(outline-color) : [object CSSPrimitiveValue]
139 rect: style.getPropertyValue(outline-style) : none 70 rect: style.getPropertyValue(outline-style) : none
140 rect: style.getPropertyCSSValue(outline-style) : [object CSSPrimitiveValue]
141 rect: style.getPropertyValue(outline-width) : 0px 71 rect: style.getPropertyValue(outline-width) : 0px
142 rect: style.getPropertyCSSValue(outline-width) : [object CSSPrimitiveValue]
143 rect: style.getPropertyValue(overflow-x) : visible 72 rect: style.getPropertyValue(overflow-x) : visible
144 rect: style.getPropertyCSSValue(overflow-x) : [object CSSPrimitiveValue]
145 rect: style.getPropertyValue(overflow-y) : visible 73 rect: style.getPropertyValue(overflow-y) : visible
146 rect: style.getPropertyCSSValue(overflow-y) : [object CSSPrimitiveValue]
147 rect: style.getPropertyValue(padding-bottom) : 0px 74 rect: style.getPropertyValue(padding-bottom) : 0px
148 rect: style.getPropertyCSSValue(padding-bottom) : [object CSSPrimitiveValue]
149 rect: style.getPropertyValue(padding-left) : 0px 75 rect: style.getPropertyValue(padding-left) : 0px
150 rect: style.getPropertyCSSValue(padding-left) : [object CSSPrimitiveValue]
151 rect: style.getPropertyValue(padding-right) : 0px 76 rect: style.getPropertyValue(padding-right) : 0px
152 rect: style.getPropertyCSSValue(padding-right) : [object CSSPrimitiveValue]
153 rect: style.getPropertyValue(padding-top) : 0px 77 rect: style.getPropertyValue(padding-top) : 0px
154 rect: style.getPropertyCSSValue(padding-top) : [object CSSPrimitiveValue]
155 rect: style.getPropertyValue(page-break-after) : auto 78 rect: style.getPropertyValue(page-break-after) : auto
156 rect: style.getPropertyCSSValue(page-break-after) : [object CSSPrimitiveValue]
157 rect: style.getPropertyValue(page-break-before) : auto 79 rect: style.getPropertyValue(page-break-before) : auto
158 rect: style.getPropertyCSSValue(page-break-before) : [object CSSPrimitiveValue]
159 rect: style.getPropertyValue(page-break-inside) : auto 80 rect: style.getPropertyValue(page-break-inside) : auto
160 rect: style.getPropertyCSSValue(page-break-inside) : [object CSSPrimitiveValue]
161 rect: style.getPropertyValue(pointer-events) : auto 81 rect: style.getPropertyValue(pointer-events) : auto
162 rect: style.getPropertyCSSValue(pointer-events) : [object CSSPrimitiveValue]
163 rect: style.getPropertyValue(position) : static 82 rect: style.getPropertyValue(position) : static
164 rect: style.getPropertyCSSValue(position) : [object CSSPrimitiveValue]
165 rect: style.getPropertyValue(resize) : none 83 rect: style.getPropertyValue(resize) : none
166 rect: style.getPropertyCSSValue(resize) : [object CSSPrimitiveValue]
167 rect: style.getPropertyValue(right) : auto 84 rect: style.getPropertyValue(right) : auto
168 rect: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
169 rect: style.getPropertyValue(speak) : normal 85 rect: style.getPropertyValue(speak) : normal
170 rect: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
171 rect: style.getPropertyValue(table-layout) : auto 86 rect: style.getPropertyValue(table-layout) : auto
172 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
173 rect: style.getPropertyValue(tab-size) : 8 87 rect: style.getPropertyValue(tab-size) : 8
174 rect: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
175 rect: style.getPropertyValue(text-align) : start 88 rect: style.getPropertyValue(text-align) : start
176 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
177 rect: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0) 89 rect: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0)
178 rect: style.getPropertyCSSValue(text-decoration) : [object CSSValueList]
179 rect: style.getPropertyValue(text-indent) : 0px 90 rect: style.getPropertyValue(text-indent) : 0px
180 rect: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue]
181 rect: style.getPropertyValue(text-rendering) : auto 91 rect: style.getPropertyValue(text-rendering) : auto
182 rect: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue]
183 rect: style.getPropertyValue(text-shadow) : none 92 rect: style.getPropertyValue(text-shadow) : none
184 rect: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue]
185 rect: style.getPropertyValue(text-overflow) : clip 93 rect: style.getPropertyValue(text-overflow) : clip
186 rect: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue]
187 rect: style.getPropertyValue(text-transform) : none 94 rect: style.getPropertyValue(text-transform) : none
188 rect: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue]
189 rect: style.getPropertyValue(top) : auto 95 rect: style.getPropertyValue(top) : auto
190 rect: style.getPropertyCSSValue(top) : [object CSSPrimitiveValue]
191 rect: style.getPropertyValue(unicode-bidi) : normal 96 rect: style.getPropertyValue(unicode-bidi) : normal
192 rect: style.getPropertyCSSValue(unicode-bidi) : [object CSSPrimitiveValue]
193 rect: style.getPropertyValue(vertical-align) : baseline 97 rect: style.getPropertyValue(vertical-align) : baseline
194 rect: style.getPropertyCSSValue(vertical-align) : [object CSSPrimitiveValue]
195 rect: style.getPropertyValue(visibility) : visible 98 rect: style.getPropertyValue(visibility) : visible
196 rect: style.getPropertyCSSValue(visibility) : [object CSSPrimitiveValue]
197 rect: style.getPropertyValue(white-space) : normal 99 rect: style.getPropertyValue(white-space) : normal
198 rect: style.getPropertyCSSValue(white-space) : [object CSSPrimitiveValue]
199 rect: style.getPropertyValue(widows) : auto 100 rect: style.getPropertyValue(widows) : auto
200 rect: style.getPropertyCSSValue(widows) : [object CSSPrimitiveValue]
201 rect: style.getPropertyValue(width) : auto 101 rect: style.getPropertyValue(width) : auto
202 rect: style.getPropertyCSSValue(width) : [object CSSPrimitiveValue]
203 rect: style.getPropertyValue(word-break) : normal 102 rect: style.getPropertyValue(word-break) : normal
204 rect: style.getPropertyCSSValue(word-break) : [object CSSPrimitiveValue]
205 rect: style.getPropertyValue(word-spacing) : 0px 103 rect: style.getPropertyValue(word-spacing) : 0px
206 rect: style.getPropertyCSSValue(word-spacing) : [object CSSPrimitiveValue]
207 rect: style.getPropertyValue(word-wrap) : normal 104 rect: style.getPropertyValue(word-wrap) : normal
208 rect: style.getPropertyCSSValue(word-wrap) : [object CSSPrimitiveValue]
209 rect: style.getPropertyValue(z-index) : auto 105 rect: style.getPropertyValue(z-index) : auto
210 rect: style.getPropertyCSSValue(z-index) : [object CSSPrimitiveValue]
211 rect: style.getPropertyValue(zoom) : 1 106 rect: style.getPropertyValue(zoom) : 1
212 rect: style.getPropertyCSSValue(zoom) : [object CSSPrimitiveValue]
213 rect: style.getPropertyValue(-webkit-animation-delay) : 0s 107 rect: style.getPropertyValue(-webkit-animation-delay) : 0s
214 rect: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList]
215 rect: style.getPropertyValue(-webkit-animation-direction) : normal 108 rect: style.getPropertyValue(-webkit-animation-direction) : normal
216 rect: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueL ist]
217 rect: style.getPropertyValue(-webkit-animation-duration) : 0s 109 rect: style.getPropertyValue(-webkit-animation-duration) : 0s
218 rect: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueLi st]
219 rect: style.getPropertyValue(-webkit-animation-fill-mode) : none 110 rect: style.getPropertyValue(-webkit-animation-fill-mode) : none
220 rect: style.getPropertyCSSValue(-webkit-animation-fill-mode) : [object CSSValueL ist]
221 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1 111 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1
222 rect: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSS ValueList]
223 rect: style.getPropertyValue(-webkit-animation-name) : none 112 rect: style.getPropertyValue(-webkit-animation-name) : none
224 rect: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList]
225 rect: style.getPropertyValue(-webkit-animation-play-state) : running 113 rect: style.getPropertyValue(-webkit-animation-play-state) : running
226 rect: style.getPropertyCSSValue(-webkit-animation-play-state) : [object CSSValue List]
227 rect: style.getPropertyValue(-webkit-animation-timing-function) : ease 114 rect: style.getPropertyValue(-webkit-animation-timing-function) : ease
228 rect: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSS ValueList]
229 rect: style.getPropertyValue(-webkit-appearance) : none 115 rect: style.getPropertyValue(-webkit-appearance) : none
230 rect: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue]
231 rect: style.getPropertyValue(-webkit-backface-visibility) : visible 116 rect: style.getPropertyValue(-webkit-backface-visibility) : visible
232 rect: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimit iveValue]
233 rect: style.getPropertyValue(-webkit-background-clip) : border-box 117 rect: style.getPropertyValue(-webkit-background-clip) : border-box
234 rect: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSValueList]
235 rect: style.getPropertyValue(-webkit-background-composite) : source-over 118 rect: style.getPropertyValue(-webkit-background-composite) : source-over
236 rect: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSValue List]
237 rect: style.getPropertyValue(-webkit-background-origin) : padding-box 119 rect: style.getPropertyValue(-webkit-background-origin) : padding-box
238 rect: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSValueLis t]
239 rect: style.getPropertyValue(-webkit-background-size) : auto 120 rect: style.getPropertyValue(-webkit-background-size) : auto
240 rect: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
241 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 121 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
242 rect: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSS PrimitiveValue]
243 rect: style.getPropertyValue(-webkit-border-image) : none 122 rect: style.getPropertyValue(-webkit-border-image) : none
244 rect: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValu e]
245 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 123 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
246 rect: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPr imitiveValue]
247 rect: style.getPropertyValue(-webkit-box-align) : stretch 124 rect: style.getPropertyValue(-webkit-box-align) : stretch
248 rect: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue]
249 rect: style.getPropertyValue(-webkit-box-decoration-break) : slice 125 rect: style.getPropertyValue(-webkit-box-decoration-break) : slice
250 rect: style.getPropertyCSSValue(-webkit-box-decoration-break) : [object CSSPrimi tiveValue]
251 rect: style.getPropertyValue(-webkit-box-direction) : normal 126 rect: style.getPropertyValue(-webkit-box-direction) : normal
252 rect: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveVal ue]
253 rect: style.getPropertyValue(-webkit-box-flex) : 0 127 rect: style.getPropertyValue(-webkit-box-flex) : 0
254 rect: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue]
255 rect: style.getPropertyValue(-webkit-box-flex-group) : 1 128 rect: style.getPropertyValue(-webkit-box-flex-group) : 1
256 rect: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveVa lue]
257 rect: style.getPropertyValue(-webkit-box-lines) : single 129 rect: style.getPropertyValue(-webkit-box-lines) : single
258 rect: style.getPropertyCSSValue(-webkit-box-lines) : [object CSSPrimitiveValue]
259 rect: style.getPropertyValue(-webkit-box-ordinal-group) : 1 130 rect: style.getPropertyValue(-webkit-box-ordinal-group) : 1
260 rect: style.getPropertyCSSValue(-webkit-box-ordinal-group) : [object CSSPrimitiv eValue]
261 rect: style.getPropertyValue(-webkit-box-orient) : horizontal 131 rect: style.getPropertyValue(-webkit-box-orient) : horizontal
262 rect: style.getPropertyCSSValue(-webkit-box-orient) : [object CSSPrimitiveValue]
263 rect: style.getPropertyValue(-webkit-box-pack) : start 132 rect: style.getPropertyValue(-webkit-box-pack) : start
264 rect: style.getPropertyCSSValue(-webkit-box-pack) : [object CSSPrimitiveValue]
265 rect: style.getPropertyValue(-webkit-box-reflect) : none 133 rect: style.getPropertyValue(-webkit-box-reflect) : none
266 rect: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue ]
267 rect: style.getPropertyValue(-webkit-box-shadow) : none 134 rect: style.getPropertyValue(-webkit-box-shadow) : none
268 rect: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue]
269 rect: style.getPropertyValue(-webkit-column-break-after) : auto 135 rect: style.getPropertyValue(-webkit-column-break-after) : auto
270 rect: style.getPropertyCSSValue(-webkit-column-break-after) : [object CSSPrimiti veValue]
271 rect: style.getPropertyValue(-webkit-column-break-before) : auto 136 rect: style.getPropertyValue(-webkit-column-break-before) : auto
272 rect: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimit iveValue]
273 rect: style.getPropertyValue(-webkit-column-break-inside) : auto 137 rect: style.getPropertyValue(-webkit-column-break-inside) : auto
274 rect: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimit iveValue]
275 rect: style.getPropertyValue(-webkit-column-count) : auto 138 rect: style.getPropertyValue(-webkit-column-count) : auto
276 rect: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValu e]
277 rect: style.getPropertyValue(-webkit-column-gap) : normal 139 rect: style.getPropertyValue(-webkit-column-gap) : normal
278 rect: style.getPropertyCSSValue(-webkit-column-gap) : [object CSSPrimitiveValue]
279 rect: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0) 140 rect: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0)
280 rect: style.getPropertyCSSValue(-webkit-column-rule-color) : [object CSSPrimitiv eValue]
281 rect: style.getPropertyValue(-webkit-column-rule-style) : none 141 rect: style.getPropertyValue(-webkit-column-rule-style) : none
282 rect: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiv eValue]
283 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px 142 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px
284 rect: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiv eValue]
285 rect: style.getPropertyValue(-webkit-column-span) : none 143 rect: style.getPropertyValue(-webkit-column-span) : none
286 rect: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue ]
287 rect: style.getPropertyValue(-webkit-column-width) : auto 144 rect: style.getPropertyValue(-webkit-column-width) : auto
288 rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValu e]
289 rect: style.getPropertyValue(align-content) : stretch 145 rect: style.getPropertyValue(align-content) : stretch
290 rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
291 rect: style.getPropertyValue(align-items) : start 146 rect: style.getPropertyValue(align-items) : start
292 rect: style.getPropertyCSSValue(align-items) : [object CSSValueList]
293 rect: style.getPropertyValue(align-self) : start 147 rect: style.getPropertyValue(align-self) : start
294 rect: style.getPropertyCSSValue(align-self) : [object CSSValueList]
295 rect: style.getPropertyValue(flex-direction) : row 148 rect: style.getPropertyValue(flex-direction) : row
296 rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
297 rect: style.getPropertyValue(flex-wrap) : nowrap 149 rect: style.getPropertyValue(flex-wrap) : nowrap
298 rect: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue]
299 rect: style.getPropertyValue(justify-content) : start 150 rect: style.getPropertyValue(justify-content) : start
300 rect: style.getPropertyCSSValue(justify-content) : [object CSSValueList]
301 rect: style.getPropertyValue(-webkit-font-smoothing) : auto 151 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
302 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveVa lue]
303 rect: style.getPropertyValue(-webkit-highlight) : none 152 rect: style.getPropertyValue(-webkit-highlight) : none
304 rect: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
305 rect: style.getPropertyValue(-webkit-hyphenate-character) : auto 153 rect: style.getPropertyValue(-webkit-hyphenate-character) : auto
306 rect: style.getPropertyCSSValue(-webkit-hyphenate-character) : [object CSSPrimit iveValue]
307 rect: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced 154 rect: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
308 rect: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue]
309 rect: style.getPropertyValue(-webkit-line-break) : auto 155 rect: style.getPropertyValue(-webkit-line-break) : auto
310 rect: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
311 rect: style.getPropertyValue(-webkit-line-clamp) : none 156 rect: style.getPropertyValue(-webkit-line-clamp) : none
312 rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
313 rect: style.getPropertyValue(-webkit-locale) : auto 157 rect: style.getPropertyValue(-webkit-locale) : auto
314 rect: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
315 rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse 158 rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
316 rect: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPri mitiveValue]
317 rect: style.getPropertyValue(-webkit-margin-after-collapse) : collapse 159 rect: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
318 rect: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrim itiveValue]
319 rect: style.getPropertyValue(-webkit-mask-box-image) : none 160 rect: style.getPropertyValue(-webkit-mask-box-image) : none
320 rect: style.getPropertyCSSValue(-webkit-mask-box-image) : [object CSSPrimitiveVa lue]
321 rect: style.getPropertyValue(-webkit-mask-box-image-outset) : 0px 161 rect: style.getPropertyValue(-webkit-mask-box-image-outset) : 0px
322 rect: style.getPropertyCSSValue(-webkit-mask-box-image-outset) : [object CSSPrim itiveValue]
323 rect: style.getPropertyValue(-webkit-mask-box-image-repeat) : stretch 162 rect: style.getPropertyValue(-webkit-mask-box-image-repeat) : stretch
324 rect: style.getPropertyCSSValue(-webkit-mask-box-image-repeat) : [object CSSPrim itiveValue]
325 rect: style.getPropertyValue(-webkit-mask-box-image-slice) : 0 fill 163 rect: style.getPropertyValue(-webkit-mask-box-image-slice) : 0 fill
326 rect: style.getPropertyCSSValue(-webkit-mask-box-image-slice) : [object CSSValue ]
327 rect: style.getPropertyValue(-webkit-mask-box-image-source) : none 164 rect: style.getPropertyValue(-webkit-mask-box-image-source) : none
328 rect: style.getPropertyCSSValue(-webkit-mask-box-image-source) : [object CSSPrim itiveValue]
329 rect: style.getPropertyValue(-webkit-mask-box-image-width) : auto 165 rect: style.getPropertyValue(-webkit-mask-box-image-width) : auto
330 rect: style.getPropertyCSSValue(-webkit-mask-box-image-width) : [object CSSPrimi tiveValue]
331 rect: style.getPropertyValue(-webkit-mask-clip) : border-box 166 rect: style.getPropertyValue(-webkit-mask-clip) : border-box
332 rect: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSValueList]
333 rect: style.getPropertyValue(-webkit-mask-composite) : source-over 167 rect: style.getPropertyValue(-webkit-mask-composite) : source-over
334 rect: style.getPropertyCSSValue(-webkit-mask-composite) : [object CSSValueList]
335 rect: style.getPropertyValue(-webkit-mask-image) : none 168 rect: style.getPropertyValue(-webkit-mask-image) : none
336 rect: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSValueList]
337 rect: style.getPropertyValue(-webkit-mask-origin) : border-box 169 rect: style.getPropertyValue(-webkit-mask-origin) : border-box
338 rect: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSValueList]
339 rect: style.getPropertyValue(-webkit-mask-position) : 0% 0% 170 rect: style.getPropertyValue(-webkit-mask-position) : 0% 0%
340 rect: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
341 rect: style.getPropertyValue(-webkit-mask-repeat) : repeat 171 rect: style.getPropertyValue(-webkit-mask-repeat) : repeat
342 rect: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSValueList]
343 rect: style.getPropertyValue(-webkit-mask-size) : auto 172 rect: style.getPropertyValue(-webkit-mask-size) : auto
344 rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSValueList]
345 rect: style.getPropertyValue(order) : 0 173 rect: style.getPropertyValue(order) : 0
346 rect: style.getPropertyCSSValue(order) : [object CSSPrimitiveValue]
347 rect: style.getPropertyValue(-webkit-perspective) : none 174 rect: style.getPropertyValue(-webkit-perspective) : none
348 rect: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue ]
349 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px 175 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
350 rect: style.getPropertyCSSValue(-webkit-perspective-origin) : [object CSSValueLi st]
351 rect: style.getPropertyValue(-webkit-print-color-adjust) : economy 176 rect: style.getPropertyValue(-webkit-print-color-adjust) : economy
352 rect: style.getPropertyCSSValue(-webkit-print-color-adjust) : [object CSSPrimiti veValue]
353 rect: style.getPropertyValue(-webkit-rtl-ordering) : logical 177 rect: style.getPropertyValue(-webkit-rtl-ordering) : logical
354 rect: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValu e]
355 rect: style.getPropertyValue(-webkit-text-combine) : none 178 rect: style.getPropertyValue(-webkit-text-combine) : none
356 rect: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValu e]
357 rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none 179 rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
358 rect: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CS SPrimitiveValue]
359 rect: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0) 180 rect: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
360 rect: style.getPropertyCSSValue(-webkit-text-emphasis-color) : [object CSSPrimit iveValue]
361 rect: style.getPropertyValue(-webkit-text-emphasis-position) : over 181 rect: style.getPropertyValue(-webkit-text-emphasis-position) : over
362 rect: style.getPropertyCSSValue(-webkit-text-emphasis-position) : [object CSSPri mitiveValue]
363 rect: style.getPropertyValue(-webkit-text-emphasis-style) : none 182 rect: style.getPropertyValue(-webkit-text-emphasis-style) : none
364 rect: style.getPropertyCSSValue(-webkit-text-emphasis-style) : [object CSSPrimit iveValue]
365 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0) 183 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
366 rect: style.getPropertyCSSValue(-webkit-text-fill-color) : [object CSSPrimitiveV alue]
367 rect: style.getPropertyValue(-webkit-text-orientation) : vertical-right 184 rect: style.getPropertyValue(-webkit-text-orientation) : vertical-right
368 rect: style.getPropertyCSSValue(-webkit-text-orientation) : [object CSSPrimitive Value]
369 rect: style.getPropertyValue(-webkit-text-security) : none 185 rect: style.getPropertyValue(-webkit-text-security) : none
370 rect: style.getPropertyCSSValue(-webkit-text-security) : [object CSSPrimitiveVal ue]
371 rect: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0) 186 rect: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0)
372 rect: style.getPropertyCSSValue(-webkit-text-stroke-color) : [object CSSPrimitiv eValue]
373 rect: style.getPropertyValue(-webkit-text-stroke-width) : 0px 187 rect: style.getPropertyValue(-webkit-text-stroke-width) : 0px
374 rect: style.getPropertyCSSValue(-webkit-text-stroke-width) : [object CSSPrimitiv eValue]
375 rect: style.getPropertyValue(-webkit-transform) : none 188 rect: style.getPropertyValue(-webkit-transform) : none
376 rect: style.getPropertyCSSValue(-webkit-transform) : [object CSSPrimitiveValue]
377 rect: style.getPropertyValue(-webkit-transform-origin) : 0px 0px 189 rect: style.getPropertyValue(-webkit-transform-origin) : 0px 0px
378 rect: style.getPropertyCSSValue(-webkit-transform-origin) : [object CSSValueList ]
379 rect: style.getPropertyValue(-webkit-transform-style) : flat 190 rect: style.getPropertyValue(-webkit-transform-style) : flat
380 rect: style.getPropertyCSSValue(-webkit-transform-style) : [object CSSPrimitiveV alue]
381 rect: style.getPropertyValue(-webkit-transition-delay) : 0s 191 rect: style.getPropertyValue(-webkit-transition-delay) : 0s
382 rect: style.getPropertyCSSValue(-webkit-transition-delay) : [object CSSValueList ]
383 rect: style.getPropertyValue(-webkit-transition-duration) : 0s 192 rect: style.getPropertyValue(-webkit-transition-duration) : 0s
384 rect: style.getPropertyCSSValue(-webkit-transition-duration) : [object CSSValueL ist]
385 rect: style.getPropertyValue(-webkit-transition-property) : all 193 rect: style.getPropertyValue(-webkit-transition-property) : all
386 rect: style.getPropertyCSSValue(-webkit-transition-property) : [object CSSValueL ist]
387 rect: style.getPropertyValue(-webkit-transition-timing-function) : ease 194 rect: style.getPropertyValue(-webkit-transition-timing-function) : ease
388 rect: style.getPropertyCSSValue(-webkit-transition-timing-function) : [object CS SValueList]
389 rect: style.getPropertyValue(-webkit-user-drag) : auto 195 rect: style.getPropertyValue(-webkit-user-drag) : auto
390 rect: style.getPropertyCSSValue(-webkit-user-drag) : [object CSSPrimitiveValue]
391 rect: style.getPropertyValue(-webkit-user-modify) : read-only 196 rect: style.getPropertyValue(-webkit-user-modify) : read-only
392 rect: style.getPropertyCSSValue(-webkit-user-modify) : [object CSSPrimitiveValue ]
393 rect: style.getPropertyValue(-webkit-user-select) : text 197 rect: style.getPropertyValue(-webkit-user-select) : text
394 rect: style.getPropertyCSSValue(-webkit-user-select) : [object CSSPrimitiveValue ]
395 rect: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb 198 rect: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb
396 rect: style.getPropertyCSSValue(-webkit-writing-mode) : [object CSSPrimitiveValu e]
397 rect: style.getPropertyValue(clip-path) : none 199 rect: style.getPropertyValue(clip-path) : none
398 rect: style.getPropertyCSSValue(clip-path) : [object CSSPrimitiveValue]
399 rect: style.getPropertyValue(clip-rule) : nonzero 200 rect: style.getPropertyValue(clip-rule) : nonzero
400 rect: style.getPropertyCSSValue(clip-rule) : [object CSSPrimitiveValue]
401 rect: style.getPropertyValue(mask) : none 201 rect: style.getPropertyValue(mask) : none
402 rect: style.getPropertyCSSValue(mask) : [object CSSPrimitiveValue]
403 rect: style.getPropertyValue(filter) : none 202 rect: style.getPropertyValue(filter) : none
404 rect: style.getPropertyCSSValue(filter) : [object CSSPrimitiveValue]
405 rect: style.getPropertyValue(flood-color) : rgb(0, 0, 0) 203 rect: style.getPropertyValue(flood-color) : rgb(0, 0, 0)
406 rect: style.getPropertyCSSValue(flood-color) : [object CSSPrimitiveValue]
407 rect: style.getPropertyValue(flood-opacity) : 1 204 rect: style.getPropertyValue(flood-opacity) : 1
408 rect: style.getPropertyCSSValue(flood-opacity) : [object CSSPrimitiveValue]
409 rect: style.getPropertyValue(lighting-color) : rgb(255, 255, 255) 205 rect: style.getPropertyValue(lighting-color) : rgb(255, 255, 255)
410 rect: style.getPropertyCSSValue(lighting-color) : [object CSSPrimitiveValue]
411 rect: style.getPropertyValue(stop-color) : rgb(0, 0, 0) 206 rect: style.getPropertyValue(stop-color) : rgb(0, 0, 0)
412 rect: style.getPropertyCSSValue(stop-color) : [object CSSPrimitiveValue]
413 rect: style.getPropertyValue(stop-opacity) : 1 207 rect: style.getPropertyValue(stop-opacity) : 1
414 rect: style.getPropertyCSSValue(stop-opacity) : [object CSSPrimitiveValue]
415 rect: style.getPropertyValue(color-interpolation) : srgb 208 rect: style.getPropertyValue(color-interpolation) : srgb
416 rect: style.getPropertyCSSValue(color-interpolation) : [object CSSPrimitiveValue ]
417 rect: style.getPropertyValue(color-interpolation-filters) : linearrgb 209 rect: style.getPropertyValue(color-interpolation-filters) : linearrgb
418 rect: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimit iveValue]
419 rect: style.getPropertyValue(color-rendering) : auto 210 rect: style.getPropertyValue(color-rendering) : auto
420 rect: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
421 rect: style.getPropertyValue(fill) : rgb(0, 0, 255) 211 rect: style.getPropertyValue(fill) : rgb(0, 0, 255)
422 rect: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue]
423 rect: style.getPropertyValue(fill-opacity) : 1 212 rect: style.getPropertyValue(fill-opacity) : 1
424 rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
425 rect: style.getPropertyValue(fill-rule) : nonzero 213 rect: style.getPropertyValue(fill-rule) : nonzero
426 rect: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue]
427 rect: style.getPropertyValue(marker-end) : none 214 rect: style.getPropertyValue(marker-end) : none
428 rect: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
429 rect: style.getPropertyValue(marker-mid) : none 215 rect: style.getPropertyValue(marker-mid) : none
430 rect: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
431 rect: style.getPropertyValue(marker-start) : url(#pserver) 216 rect: style.getPropertyValue(marker-start) : url(#pserver)
432 rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
433 rect: style.getPropertyValue(shape-rendering) : auto 217 rect: style.getPropertyValue(shape-rendering) : auto
434 rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
435 rect: style.getPropertyValue(stroke) : rgb(255, 165, 0) 218 rect: style.getPropertyValue(stroke) : rgb(255, 165, 0)
436 rect: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue]
437 rect: style.getPropertyValue(stroke-dasharray) : none 219 rect: style.getPropertyValue(stroke-dasharray) : none
438 rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
439 rect: style.getPropertyValue(stroke-dashoffset) : 0 220 rect: style.getPropertyValue(stroke-dashoffset) : 0
440 rect: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
441 rect: style.getPropertyValue(stroke-linecap) : butt 221 rect: style.getPropertyValue(stroke-linecap) : butt
442 rect: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
443 rect: style.getPropertyValue(stroke-linejoin) : miter 222 rect: style.getPropertyValue(stroke-linejoin) : miter
444 rect: style.getPropertyCSSValue(stroke-linejoin) : [object CSSPrimitiveValue]
445 rect: style.getPropertyValue(stroke-miterlimit) : 4 223 rect: style.getPropertyValue(stroke-miterlimit) : 4
446 rect: style.getPropertyCSSValue(stroke-miterlimit) : [object CSSPrimitiveValue]
447 rect: style.getPropertyValue(stroke-opacity) : 1 224 rect: style.getPropertyValue(stroke-opacity) : 1
448 rect: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue]
449 rect: style.getPropertyValue(stroke-width) : 2px 225 rect: style.getPropertyValue(stroke-width) : 2px
450 rect: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue]
451 rect: style.getPropertyValue(alignment-baseline) : auto 226 rect: style.getPropertyValue(alignment-baseline) : auto
452 rect: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue]
453 rect: style.getPropertyValue(baseline-shift) : baseline 227 rect: style.getPropertyValue(baseline-shift) : baseline
454 rect: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue]
455 rect: style.getPropertyValue(dominant-baseline) : auto 228 rect: style.getPropertyValue(dominant-baseline) : auto
456 rect: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
457 rect: style.getPropertyValue(text-anchor) : start 229 rect: style.getPropertyValue(text-anchor) : start
458 rect: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
459 rect: style.getPropertyValue(writing-mode) : lr-tb 230 rect: style.getPropertyValue(writing-mode) : lr-tb
460 rect: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
461 rect: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 231 rect: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
462 rect: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimi tiveValue]
463 rect: style.getPropertyValue(glyph-orientation-vertical) : auto 232 rect: style.getPropertyValue(glyph-orientation-vertical) : auto
464 rect: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimiti veValue]
465 rect: style.getPropertyValue(vector-effect) : none 233 rect: style.getPropertyValue(vector-effect) : none
466 rect: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
467 g: style.getPropertyValue(background-attachment) : scroll 234 g: style.getPropertyValue(background-attachment) : scroll
468 g: style.getPropertyCSSValue(background-attachment) : [object CSSValueList]
469 g: style.getPropertyValue(background-clip) : border-box 235 g: style.getPropertyValue(background-clip) : border-box
470 g: style.getPropertyCSSValue(background-clip) : [object CSSValueList]
471 g: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0) 236 g: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
472 g: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
473 g: style.getPropertyValue(background-image) : none 237 g: style.getPropertyValue(background-image) : none
474 g: style.getPropertyCSSValue(background-image) : [object CSSValueList]
475 g: style.getPropertyValue(background-origin) : padding-box 238 g: style.getPropertyValue(background-origin) : padding-box
476 g: style.getPropertyCSSValue(background-origin) : [object CSSValueList]
477 g: style.getPropertyValue(background-position) : 0% 0% 239 g: style.getPropertyValue(background-position) : 0% 0%
478 g: style.getPropertyCSSValue(background-position) : [object CSSValueList]
479 g: style.getPropertyValue(background-repeat) : repeat 240 g: style.getPropertyValue(background-repeat) : repeat
480 g: style.getPropertyCSSValue(background-repeat) : [object CSSValueList]
481 g: style.getPropertyValue(background-size) : auto 241 g: style.getPropertyValue(background-size) : auto
482 g: style.getPropertyCSSValue(background-size) : [object CSSValueList]
483 g: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0) 242 g: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0)
484 g: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue]
485 g: style.getPropertyValue(border-bottom-left-radius) : 0px 243 g: style.getPropertyValue(border-bottom-left-radius) : 0px
486 g: style.getPropertyCSSValue(border-bottom-left-radius) : [object CSSPrimitiveVa lue]
487 g: style.getPropertyValue(border-bottom-right-radius) : 0px 244 g: style.getPropertyValue(border-bottom-right-radius) : 0px
488 g: style.getPropertyCSSValue(border-bottom-right-radius) : [object CSSPrimitiveV alue]
489 g: style.getPropertyValue(border-bottom-style) : none 245 g: style.getPropertyValue(border-bottom-style) : none
490 g: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue]
491 g: style.getPropertyValue(border-bottom-width) : 0px 246 g: style.getPropertyValue(border-bottom-width) : 0px
492 g: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue]
493 g: style.getPropertyValue(border-collapse) : separate 247 g: style.getPropertyValue(border-collapse) : separate
494 g: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
495 g: style.getPropertyValue(border-image-outset) : 0px 248 g: style.getPropertyValue(border-image-outset) : 0px
496 g: style.getPropertyCSSValue(border-image-outset) : [object CSSPrimitiveValue]
497 g: style.getPropertyValue(border-image-repeat) : stretch 249 g: style.getPropertyValue(border-image-repeat) : stretch
498 g: style.getPropertyCSSValue(border-image-repeat) : [object CSSPrimitiveValue]
499 g: style.getPropertyValue(border-image-slice) : 100% 250 g: style.getPropertyValue(border-image-slice) : 100%
500 g: style.getPropertyCSSValue(border-image-slice) : [object CSSValue]
501 g: style.getPropertyValue(border-image-source) : none 251 g: style.getPropertyValue(border-image-source) : none
502 g: style.getPropertyCSSValue(border-image-source) : [object CSSPrimitiveValue]
503 g: style.getPropertyValue(border-image-width) : 1 252 g: style.getPropertyValue(border-image-width) : 1
504 g: style.getPropertyCSSValue(border-image-width) : [object CSSPrimitiveValue]
505 g: style.getPropertyValue(border-left-color) : rgb(0, 0, 0) 253 g: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
506 g: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
507 g: style.getPropertyValue(border-left-style) : none 254 g: style.getPropertyValue(border-left-style) : none
508 g: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue]
509 g: style.getPropertyValue(border-left-width) : 0px 255 g: style.getPropertyValue(border-left-width) : 0px
510 g: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue]
511 g: style.getPropertyValue(border-right-color) : rgb(0, 0, 0) 256 g: style.getPropertyValue(border-right-color) : rgb(0, 0, 0)
512 g: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue]
513 g: style.getPropertyValue(border-right-style) : none 257 g: style.getPropertyValue(border-right-style) : none
514 g: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue]
515 g: style.getPropertyValue(border-right-width) : 0px 258 g: style.getPropertyValue(border-right-width) : 0px
516 g: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue]
517 g: style.getPropertyValue(border-top-color) : rgb(0, 0, 0) 259 g: style.getPropertyValue(border-top-color) : rgb(0, 0, 0)
518 g: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue]
519 g: style.getPropertyValue(border-top-left-radius) : 0px 260 g: style.getPropertyValue(border-top-left-radius) : 0px
520 g: style.getPropertyCSSValue(border-top-left-radius) : [object CSSPrimitiveValue ]
521 g: style.getPropertyValue(border-top-right-radius) : 0px 261 g: style.getPropertyValue(border-top-right-radius) : 0px
522 g: style.getPropertyCSSValue(border-top-right-radius) : [object CSSPrimitiveValu e]
523 g: style.getPropertyValue(border-top-style) : none 262 g: style.getPropertyValue(border-top-style) : none
524 g: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue]
525 g: style.getPropertyValue(border-top-width) : 0px 263 g: style.getPropertyValue(border-top-width) : 0px
526 g: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue]
527 g: style.getPropertyValue(bottom) : auto 264 g: style.getPropertyValue(bottom) : auto
528 g: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue]
529 g: style.getPropertyValue(box-shadow) : none 265 g: style.getPropertyValue(box-shadow) : none
530 g: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue]
531 g: style.getPropertyValue(box-sizing) : content-box 266 g: style.getPropertyValue(box-sizing) : content-box
532 g: style.getPropertyCSSValue(box-sizing) : [object CSSPrimitiveValue]
533 g: style.getPropertyValue(caption-side) : top 267 g: style.getPropertyValue(caption-side) : top
534 g: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue]
535 g: style.getPropertyValue(clear) : none 268 g: style.getPropertyValue(clear) : none
536 g: style.getPropertyCSSValue(clear) : [object CSSPrimitiveValue]
537 g: style.getPropertyValue(clip) : auto 269 g: style.getPropertyValue(clip) : auto
538 g: style.getPropertyCSSValue(clip) : [object CSSPrimitiveValue]
539 g: style.getPropertyValue(color) : rgb(0, 0, 0) 270 g: style.getPropertyValue(color) : rgb(0, 0, 0)
540 g: style.getPropertyCSSValue(color) : [object CSSPrimitiveValue]
541 g: style.getPropertyValue(cursor) : auto 271 g: style.getPropertyValue(cursor) : auto
542 g: style.getPropertyCSSValue(cursor) : [object CSSPrimitiveValue]
543 g: style.getPropertyValue(direction) : ltr 272 g: style.getPropertyValue(direction) : ltr
544 g: style.getPropertyCSSValue(direction) : [object CSSPrimitiveValue]
545 g: style.getPropertyValue(display) : inline 273 g: style.getPropertyValue(display) : inline
546 g: style.getPropertyCSSValue(display) : [object CSSPrimitiveValue]
547 g: style.getPropertyValue(empty-cells) : show 274 g: style.getPropertyValue(empty-cells) : show
548 g: style.getPropertyCSSValue(empty-cells) : [object CSSPrimitiveValue]
549 g: style.getPropertyValue(float) : none 275 g: style.getPropertyValue(float) : none
550 g: style.getPropertyCSSValue(float) : [object CSSPrimitiveValue]
551 g: style.getPropertyValue(font-kerning) : auto 276 g: style.getPropertyValue(font-kerning) : auto
552 g: style.getPropertyCSSValue(font-kerning) : [object CSSPrimitiveValue]
553 g: style.getPropertyValue(font-size) : 16px 277 g: style.getPropertyValue(font-size) : 16px
554 g: style.getPropertyCSSValue(font-size) : [object CSSPrimitiveValue]
555 g: style.getPropertyValue(font-style) : normal 278 g: style.getPropertyValue(font-style) : normal
556 g: style.getPropertyCSSValue(font-style) : [object CSSPrimitiveValue]
557 g: style.getPropertyValue(font-variant) : normal 279 g: style.getPropertyValue(font-variant) : normal
558 g: style.getPropertyCSSValue(font-variant) : [object CSSPrimitiveValue]
559 g: style.getPropertyValue(font-variant-ligatures) : normal 280 g: style.getPropertyValue(font-variant-ligatures) : normal
560 g: style.getPropertyCSSValue(font-variant-ligatures) : [object CSSPrimitiveValue ]
561 g: style.getPropertyValue(font-weight) : normal 281 g: style.getPropertyValue(font-weight) : normal
562 g: style.getPropertyCSSValue(font-weight) : [object CSSPrimitiveValue]
563 g: style.getPropertyValue(height) : auto 282 g: style.getPropertyValue(height) : auto
564 g: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
565 g: style.getPropertyValue(image-rendering) : auto 283 g: style.getPropertyValue(image-rendering) : auto
566 g: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
567 g: style.getPropertyValue(justify-items) : start 284 g: style.getPropertyValue(justify-items) : start
568 g: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
569 g: style.getPropertyValue(justify-self) : start 285 g: style.getPropertyValue(justify-self) : start
570 g: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
571 g: style.getPropertyValue(left) : auto 286 g: style.getPropertyValue(left) : auto
572 g: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
573 g: style.getPropertyValue(letter-spacing) : normal 287 g: style.getPropertyValue(letter-spacing) : normal
574 g: style.getPropertyCSSValue(letter-spacing) : [object CSSPrimitiveValue]
575 g: style.getPropertyValue(line-height) : normal 288 g: style.getPropertyValue(line-height) : normal
576 g: style.getPropertyCSSValue(line-height) : [object CSSPrimitiveValue]
577 g: style.getPropertyValue(list-style-image) : none 289 g: style.getPropertyValue(list-style-image) : none
578 g: style.getPropertyCSSValue(list-style-image) : [object CSSPrimitiveValue]
579 g: style.getPropertyValue(list-style-position) : outside 290 g: style.getPropertyValue(list-style-position) : outside
580 g: style.getPropertyCSSValue(list-style-position) : [object CSSPrimitiveValue]
581 g: style.getPropertyValue(list-style-type) : disc 291 g: style.getPropertyValue(list-style-type) : disc
582 g: style.getPropertyCSSValue(list-style-type) : [object CSSPrimitiveValue]
583 g: style.getPropertyValue(margin-bottom) : 0px 292 g: style.getPropertyValue(margin-bottom) : 0px
584 g: style.getPropertyCSSValue(margin-bottom) : [object CSSPrimitiveValue]
585 g: style.getPropertyValue(margin-left) : 0px 293 g: style.getPropertyValue(margin-left) : 0px
586 g: style.getPropertyCSSValue(margin-left) : [object CSSPrimitiveValue]
587 g: style.getPropertyValue(margin-right) : 0px 294 g: style.getPropertyValue(margin-right) : 0px
588 g: style.getPropertyCSSValue(margin-right) : [object CSSPrimitiveValue]
589 g: style.getPropertyValue(margin-top) : 0px 295 g: style.getPropertyValue(margin-top) : 0px
590 g: style.getPropertyCSSValue(margin-top) : [object CSSPrimitiveValue]
591 g: style.getPropertyValue(max-height) : none 296 g: style.getPropertyValue(max-height) : none
592 g: style.getPropertyCSSValue(max-height) : [object CSSPrimitiveValue]
593 g: style.getPropertyValue(max-width) : none 297 g: style.getPropertyValue(max-width) : none
594 g: style.getPropertyCSSValue(max-width) : [object CSSPrimitiveValue]
595 g: style.getPropertyValue(min-height) : 0px 298 g: style.getPropertyValue(min-height) : 0px
596 g: style.getPropertyCSSValue(min-height) : [object CSSPrimitiveValue]
597 g: style.getPropertyValue(min-width) : 0px 299 g: style.getPropertyValue(min-width) : 0px
598 g: style.getPropertyCSSValue(min-width) : [object CSSPrimitiveValue]
599 g: style.getPropertyValue(opacity) : 1 300 g: style.getPropertyValue(opacity) : 1
600 g: style.getPropertyCSSValue(opacity) : [object CSSPrimitiveValue]
601 g: style.getPropertyValue(orphans) : auto 301 g: style.getPropertyValue(orphans) : auto
602 g: style.getPropertyCSSValue(orphans) : [object CSSPrimitiveValue]
603 g: style.getPropertyValue(outline-color) : rgb(0, 0, 0) 302 g: style.getPropertyValue(outline-color) : rgb(0, 0, 0)
604 g: style.getPropertyCSSValue(outline-color) : [object CSSPrimitiveValue]
605 g: style.getPropertyValue(outline-style) : none 303 g: style.getPropertyValue(outline-style) : none
606 g: style.getPropertyCSSValue(outline-style) : [object CSSPrimitiveValue]
607 g: style.getPropertyValue(outline-width) : 0px 304 g: style.getPropertyValue(outline-width) : 0px
608 g: style.getPropertyCSSValue(outline-width) : [object CSSPrimitiveValue]
609 g: style.getPropertyValue(overflow-x) : visible 305 g: style.getPropertyValue(overflow-x) : visible
610 g: style.getPropertyCSSValue(overflow-x) : [object CSSPrimitiveValue]
611 g: style.getPropertyValue(overflow-y) : visible 306 g: style.getPropertyValue(overflow-y) : visible
612 g: style.getPropertyCSSValue(overflow-y) : [object CSSPrimitiveValue]
613 g: style.getPropertyValue(padding-bottom) : 0px 307 g: style.getPropertyValue(padding-bottom) : 0px
614 g: style.getPropertyCSSValue(padding-bottom) : [object CSSPrimitiveValue]
615 g: style.getPropertyValue(padding-left) : 0px 308 g: style.getPropertyValue(padding-left) : 0px
616 g: style.getPropertyCSSValue(padding-left) : [object CSSPrimitiveValue]
617 g: style.getPropertyValue(padding-right) : 0px 309 g: style.getPropertyValue(padding-right) : 0px
618 g: style.getPropertyCSSValue(padding-right) : [object CSSPrimitiveValue]
619 g: style.getPropertyValue(padding-top) : 0px 310 g: style.getPropertyValue(padding-top) : 0px
620 g: style.getPropertyCSSValue(padding-top) : [object CSSPrimitiveValue]
621 g: style.getPropertyValue(page-break-after) : auto 311 g: style.getPropertyValue(page-break-after) : auto
622 g: style.getPropertyCSSValue(page-break-after) : [object CSSPrimitiveValue]
623 g: style.getPropertyValue(page-break-before) : auto 312 g: style.getPropertyValue(page-break-before) : auto
624 g: style.getPropertyCSSValue(page-break-before) : [object CSSPrimitiveValue]
625 g: style.getPropertyValue(page-break-inside) : auto 313 g: style.getPropertyValue(page-break-inside) : auto
626 g: style.getPropertyCSSValue(page-break-inside) : [object CSSPrimitiveValue]
627 g: style.getPropertyValue(pointer-events) : auto 314 g: style.getPropertyValue(pointer-events) : auto
628 g: style.getPropertyCSSValue(pointer-events) : [object CSSPrimitiveValue]
629 g: style.getPropertyValue(position) : static 315 g: style.getPropertyValue(position) : static
630 g: style.getPropertyCSSValue(position) : [object CSSPrimitiveValue]
631 g: style.getPropertyValue(resize) : none 316 g: style.getPropertyValue(resize) : none
632 g: style.getPropertyCSSValue(resize) : [object CSSPrimitiveValue]
633 g: style.getPropertyValue(right) : auto 317 g: style.getPropertyValue(right) : auto
634 g: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
635 g: style.getPropertyValue(speak) : normal 318 g: style.getPropertyValue(speak) : normal
636 g: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
637 g: style.getPropertyValue(table-layout) : auto 319 g: style.getPropertyValue(table-layout) : auto
638 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
639 g: style.getPropertyValue(tab-size) : 8 320 g: style.getPropertyValue(tab-size) : 8
640 g: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
641 g: style.getPropertyValue(text-align) : start 321 g: style.getPropertyValue(text-align) : start
642 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
643 g: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0) 322 g: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0)
644 g: style.getPropertyCSSValue(text-decoration) : [object CSSValueList]
645 g: style.getPropertyValue(text-indent) : 0px 323 g: style.getPropertyValue(text-indent) : 0px
646 g: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue]
647 g: style.getPropertyValue(text-rendering) : auto 324 g: style.getPropertyValue(text-rendering) : auto
648 g: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue]
649 g: style.getPropertyValue(text-shadow) : none 325 g: style.getPropertyValue(text-shadow) : none
650 g: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue]
651 g: style.getPropertyValue(text-overflow) : clip 326 g: style.getPropertyValue(text-overflow) : clip
652 g: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue]
653 g: style.getPropertyValue(text-transform) : none 327 g: style.getPropertyValue(text-transform) : none
654 g: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue]
655 g: style.getPropertyValue(top) : auto 328 g: style.getPropertyValue(top) : auto
656 g: style.getPropertyCSSValue(top) : [object CSSPrimitiveValue]
657 g: style.getPropertyValue(unicode-bidi) : normal 329 g: style.getPropertyValue(unicode-bidi) : normal
658 g: style.getPropertyCSSValue(unicode-bidi) : [object CSSPrimitiveValue]
659 g: style.getPropertyValue(vertical-align) : baseline 330 g: style.getPropertyValue(vertical-align) : baseline
660 g: style.getPropertyCSSValue(vertical-align) : [object CSSPrimitiveValue]
661 g: style.getPropertyValue(visibility) : visible 331 g: style.getPropertyValue(visibility) : visible
662 g: style.getPropertyCSSValue(visibility) : [object CSSPrimitiveValue]
663 g: style.getPropertyValue(white-space) : normal 332 g: style.getPropertyValue(white-space) : normal
664 g: style.getPropertyCSSValue(white-space) : [object CSSPrimitiveValue]
665 g: style.getPropertyValue(widows) : auto 333 g: style.getPropertyValue(widows) : auto
666 g: style.getPropertyCSSValue(widows) : [object CSSPrimitiveValue]
667 g: style.getPropertyValue(width) : auto 334 g: style.getPropertyValue(width) : auto
668 g: style.getPropertyCSSValue(width) : [object CSSPrimitiveValue]
669 g: style.getPropertyValue(word-break) : normal 335 g: style.getPropertyValue(word-break) : normal
670 g: style.getPropertyCSSValue(word-break) : [object CSSPrimitiveValue]
671 g: style.getPropertyValue(word-spacing) : 0px 336 g: style.getPropertyValue(word-spacing) : 0px
672 g: style.getPropertyCSSValue(word-spacing) : [object CSSPrimitiveValue]
673 g: style.getPropertyValue(word-wrap) : normal 337 g: style.getPropertyValue(word-wrap) : normal
674 g: style.getPropertyCSSValue(word-wrap) : [object CSSPrimitiveValue]
675 g: style.getPropertyValue(z-index) : auto 338 g: style.getPropertyValue(z-index) : auto
676 g: style.getPropertyCSSValue(z-index) : [object CSSPrimitiveValue]
677 g: style.getPropertyValue(zoom) : 1 339 g: style.getPropertyValue(zoom) : 1
678 g: style.getPropertyCSSValue(zoom) : [object CSSPrimitiveValue]
679 g: style.getPropertyValue(-webkit-animation-delay) : 0s 340 g: style.getPropertyValue(-webkit-animation-delay) : 0s
680 g: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList]
681 g: style.getPropertyValue(-webkit-animation-direction) : normal 341 g: style.getPropertyValue(-webkit-animation-direction) : normal
682 g: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueList ]
683 g: style.getPropertyValue(-webkit-animation-duration) : 0s 342 g: style.getPropertyValue(-webkit-animation-duration) : 0s
684 g: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueList]
685 g: style.getPropertyValue(-webkit-animation-fill-mode) : none 343 g: style.getPropertyValue(-webkit-animation-fill-mode) : none
686 g: style.getPropertyCSSValue(-webkit-animation-fill-mode) : [object CSSValueList ]
687 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1 344 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1
688 g: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSSVal ueList]
689 g: style.getPropertyValue(-webkit-animation-name) : none 345 g: style.getPropertyValue(-webkit-animation-name) : none
690 g: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList]
691 g: style.getPropertyValue(-webkit-animation-play-state) : running 346 g: style.getPropertyValue(-webkit-animation-play-state) : running
692 g: style.getPropertyCSSValue(-webkit-animation-play-state) : [object CSSValueLis t]
693 g: style.getPropertyValue(-webkit-animation-timing-function) : ease 347 g: style.getPropertyValue(-webkit-animation-timing-function) : ease
694 g: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSSVal ueList]
695 g: style.getPropertyValue(-webkit-appearance) : none 348 g: style.getPropertyValue(-webkit-appearance) : none
696 g: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue]
697 g: style.getPropertyValue(-webkit-backface-visibility) : visible 349 g: style.getPropertyValue(-webkit-backface-visibility) : visible
698 g: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimitive Value]
699 g: style.getPropertyValue(-webkit-background-clip) : border-box 350 g: style.getPropertyValue(-webkit-background-clip) : border-box
700 g: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSValueList]
701 g: style.getPropertyValue(-webkit-background-composite) : source-over 351 g: style.getPropertyValue(-webkit-background-composite) : source-over
702 g: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSValueLis t]
703 g: style.getPropertyValue(-webkit-background-origin) : padding-box 352 g: style.getPropertyValue(-webkit-background-origin) : padding-box
704 g: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSValueList]
705 g: style.getPropertyValue(-webkit-background-size) : auto 353 g: style.getPropertyValue(-webkit-background-size) : auto
706 g: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
707 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 354 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
708 g: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSSPri mitiveValue]
709 g: style.getPropertyValue(-webkit-border-image) : none 355 g: style.getPropertyValue(-webkit-border-image) : none
710 g: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValue]
711 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 356 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
712 g: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPrimi tiveValue]
713 g: style.getPropertyValue(-webkit-box-align) : stretch 357 g: style.getPropertyValue(-webkit-box-align) : stretch
714 g: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue]
715 g: style.getPropertyValue(-webkit-box-decoration-break) : slice 358 g: style.getPropertyValue(-webkit-box-decoration-break) : slice
716 g: style.getPropertyCSSValue(-webkit-box-decoration-break) : [object CSSPrimitiv eValue]
717 g: style.getPropertyValue(-webkit-box-direction) : normal 359 g: style.getPropertyValue(-webkit-box-direction) : normal
718 g: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveValue]
719 g: style.getPropertyValue(-webkit-box-flex) : 0 360 g: style.getPropertyValue(-webkit-box-flex) : 0
720 g: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue]
721 g: style.getPropertyValue(-webkit-box-flex-group) : 1 361 g: style.getPropertyValue(-webkit-box-flex-group) : 1
722 g: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveValue ]
723 g: style.getPropertyValue(-webkit-box-lines) : single 362 g: style.getPropertyValue(-webkit-box-lines) : single
724 g: style.getPropertyCSSValue(-webkit-box-lines) : [object CSSPrimitiveValue]
725 g: style.getPropertyValue(-webkit-box-ordinal-group) : 1 363 g: style.getPropertyValue(-webkit-box-ordinal-group) : 1
726 g: style.getPropertyCSSValue(-webkit-box-ordinal-group) : [object CSSPrimitiveVa lue]
727 g: style.getPropertyValue(-webkit-box-orient) : horizontal 364 g: style.getPropertyValue(-webkit-box-orient) : horizontal
728 g: style.getPropertyCSSValue(-webkit-box-orient) : [object CSSPrimitiveValue]
729 g: style.getPropertyValue(-webkit-box-pack) : start 365 g: style.getPropertyValue(-webkit-box-pack) : start
730 g: style.getPropertyCSSValue(-webkit-box-pack) : [object CSSPrimitiveValue]
731 g: style.getPropertyValue(-webkit-box-reflect) : none 366 g: style.getPropertyValue(-webkit-box-reflect) : none
732 g: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue]
733 g: style.getPropertyValue(-webkit-box-shadow) : none 367 g: style.getPropertyValue(-webkit-box-shadow) : none
734 g: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue]
735 g: style.getPropertyValue(-webkit-column-break-after) : auto 368 g: style.getPropertyValue(-webkit-column-break-after) : auto
736 g: style.getPropertyCSSValue(-webkit-column-break-after) : [object CSSPrimitiveV alue]
737 g: style.getPropertyValue(-webkit-column-break-before) : auto 369 g: style.getPropertyValue(-webkit-column-break-before) : auto
738 g: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimitive Value]
739 g: style.getPropertyValue(-webkit-column-break-inside) : auto 370 g: style.getPropertyValue(-webkit-column-break-inside) : auto
740 g: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitive Value]
741 g: style.getPropertyValue(-webkit-column-count) : auto 371 g: style.getPropertyValue(-webkit-column-count) : auto
742 g: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
743 g: style.getPropertyValue(-webkit-column-gap) : normal 372 g: style.getPropertyValue(-webkit-column-gap) : normal
744 g: style.getPropertyCSSValue(-webkit-column-gap) : [object CSSPrimitiveValue]
745 g: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0) 373 g: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0)
746 g: style.getPropertyCSSValue(-webkit-column-rule-color) : [object CSSPrimitiveVa lue]
747 g: style.getPropertyValue(-webkit-column-rule-style) : none 374 g: style.getPropertyValue(-webkit-column-rule-style) : none
748 g: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiveVa lue]
749 g: style.getPropertyValue(-webkit-column-rule-width) : 0px 375 g: style.getPropertyValue(-webkit-column-rule-width) : 0px
750 g: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiveVa lue]
751 g: style.getPropertyValue(-webkit-column-span) : none 376 g: style.getPropertyValue(-webkit-column-span) : none
752 g: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue]
753 g: style.getPropertyValue(-webkit-column-width) : auto 377 g: style.getPropertyValue(-webkit-column-width) : auto
754 g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
755 g: style.getPropertyValue(align-content) : stretch 378 g: style.getPropertyValue(align-content) : stretch
756 g: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
757 g: style.getPropertyValue(align-items) : start 379 g: style.getPropertyValue(align-items) : start
758 g: style.getPropertyCSSValue(align-items) : [object CSSValueList]
759 g: style.getPropertyValue(align-self) : start 380 g: style.getPropertyValue(align-self) : start
760 g: style.getPropertyCSSValue(align-self) : [object CSSValueList]
761 g: style.getPropertyValue(flex-direction) : row 381 g: style.getPropertyValue(flex-direction) : row
762 g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
763 g: style.getPropertyValue(flex-wrap) : nowrap 382 g: style.getPropertyValue(flex-wrap) : nowrap
764 g: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue]
765 g: style.getPropertyValue(justify-content) : start 383 g: style.getPropertyValue(justify-content) : start
766 g: style.getPropertyCSSValue(justify-content) : [object CSSValueList]
767 g: style.getPropertyValue(-webkit-font-smoothing) : auto 384 g: style.getPropertyValue(-webkit-font-smoothing) : auto
768 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue ]
769 g: style.getPropertyValue(-webkit-highlight) : none 385 g: style.getPropertyValue(-webkit-highlight) : none
770 g: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
771 g: style.getPropertyValue(-webkit-hyphenate-character) : auto 386 g: style.getPropertyValue(-webkit-hyphenate-character) : auto
772 g: style.getPropertyCSSValue(-webkit-hyphenate-character) : [object CSSPrimitive Value]
773 g: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced 387 g: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
774 g: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue]
775 g: style.getPropertyValue(-webkit-line-break) : auto 388 g: style.getPropertyValue(-webkit-line-break) : auto
776 g: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
777 g: style.getPropertyValue(-webkit-line-clamp) : none 389 g: style.getPropertyValue(-webkit-line-clamp) : none
778 g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
779 g: style.getPropertyValue(-webkit-locale) : auto 390 g: style.getPropertyValue(-webkit-locale) : auto
780 g: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
781 g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse 391 g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
782 g: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPrimit iveValue]
783 g: style.getPropertyValue(-webkit-margin-after-collapse) : collapse 392 g: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
784 g: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrimiti veValue]
785 g: style.getPropertyValue(-webkit-mask-box-image) : none 393 g: style.getPropertyValue(-webkit-mask-box-image) : none
786 g: style.getPropertyCSSValue(-webkit-mask-box-image) : [object CSSPrimitiveValue ]
787 g: style.getPropertyValue(-webkit-mask-box-image-outset) : 0px 394 g: style.getPropertyValue(-webkit-mask-box-image-outset) : 0px
788 g: style.getPropertyCSSValue(-webkit-mask-box-image-outset) : [object CSSPrimiti veValue]
789 g: style.getPropertyValue(-webkit-mask-box-image-repeat) : stretch 395 g: style.getPropertyValue(-webkit-mask-box-image-repeat) : stretch
790 g: style.getPropertyCSSValue(-webkit-mask-box-image-repeat) : [object CSSPrimiti veValue]
791 g: style.getPropertyValue(-webkit-mask-box-image-slice) : 0 fill 396 g: style.getPropertyValue(-webkit-mask-box-image-slice) : 0 fill
792 g: style.getPropertyCSSValue(-webkit-mask-box-image-slice) : [object CSSValue]
793 g: style.getPropertyValue(-webkit-mask-box-image-source) : none 397 g: style.getPropertyValue(-webkit-mask-box-image-source) : none
794 g: style.getPropertyCSSValue(-webkit-mask-box-image-source) : [object CSSPrimiti veValue]
795 g: style.getPropertyValue(-webkit-mask-box-image-width) : auto 398 g: style.getPropertyValue(-webkit-mask-box-image-width) : auto
796 g: style.getPropertyCSSValue(-webkit-mask-box-image-width) : [object CSSPrimitiv eValue]
797 g: style.getPropertyValue(-webkit-mask-clip) : border-box 399 g: style.getPropertyValue(-webkit-mask-clip) : border-box
798 g: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSValueList]
799 g: style.getPropertyValue(-webkit-mask-composite) : source-over 400 g: style.getPropertyValue(-webkit-mask-composite) : source-over
800 g: style.getPropertyCSSValue(-webkit-mask-composite) : [object CSSValueList]
801 g: style.getPropertyValue(-webkit-mask-image) : none 401 g: style.getPropertyValue(-webkit-mask-image) : none
802 g: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSValueList]
803 g: style.getPropertyValue(-webkit-mask-origin) : border-box 402 g: style.getPropertyValue(-webkit-mask-origin) : border-box
804 g: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSValueList]
805 g: style.getPropertyValue(-webkit-mask-position) : 0% 0% 403 g: style.getPropertyValue(-webkit-mask-position) : 0% 0%
806 g: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
807 g: style.getPropertyValue(-webkit-mask-repeat) : repeat 404 g: style.getPropertyValue(-webkit-mask-repeat) : repeat
808 g: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSValueList]
809 g: style.getPropertyValue(-webkit-mask-size) : auto 405 g: style.getPropertyValue(-webkit-mask-size) : auto
810 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSValueList]
811 g: style.getPropertyValue(order) : 0 406 g: style.getPropertyValue(order) : 0
812 g: style.getPropertyCSSValue(order) : [object CSSPrimitiveValue]
813 g: style.getPropertyValue(-webkit-perspective) : none 407 g: style.getPropertyValue(-webkit-perspective) : none
814 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
815 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px 408 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
816 g: style.getPropertyCSSValue(-webkit-perspective-origin) : [object CSSValueList]
817 g: style.getPropertyValue(-webkit-print-color-adjust) : economy 409 g: style.getPropertyValue(-webkit-print-color-adjust) : economy
818 g: style.getPropertyCSSValue(-webkit-print-color-adjust) : [object CSSPrimitiveV alue]
819 g: style.getPropertyValue(-webkit-rtl-ordering) : logical 410 g: style.getPropertyValue(-webkit-rtl-ordering) : logical
820 g: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
821 g: style.getPropertyValue(-webkit-text-combine) : none 411 g: style.getPropertyValue(-webkit-text-combine) : none
822 g: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
823 g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none 412 g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
824 g: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CSSPr imitiveValue]
825 g: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0) 413 g: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
826 g: style.getPropertyCSSValue(-webkit-text-emphasis-color) : [object CSSPrimitive Value]
827 g: style.getPropertyValue(-webkit-text-emphasis-position) : over 414 g: style.getPropertyValue(-webkit-text-emphasis-position) : over
828 g: style.getPropertyCSSValue(-webkit-text-emphasis-position) : [object CSSPrimit iveValue]
829 g: style.getPropertyValue(-webkit-text-emphasis-style) : none 415 g: style.getPropertyValue(-webkit-text-emphasis-style) : none
830 g: style.getPropertyCSSValue(-webkit-text-emphasis-style) : [object CSSPrimitive Value]
831 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0) 416 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
832 g: style.getPropertyCSSValue(-webkit-text-fill-color) : [object CSSPrimitiveValu e]
833 g: style.getPropertyValue(-webkit-text-orientation) : vertical-right 417 g: style.getPropertyValue(-webkit-text-orientation) : vertical-right
834 g: style.getPropertyCSSValue(-webkit-text-orientation) : [object CSSPrimitiveVal ue]
835 g: style.getPropertyValue(-webkit-text-security) : none 418 g: style.getPropertyValue(-webkit-text-security) : none
836 g: style.getPropertyCSSValue(-webkit-text-security) : [object CSSPrimitiveValue]
837 g: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0) 419 g: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0)
838 g: style.getPropertyCSSValue(-webkit-text-stroke-color) : [object CSSPrimitiveVa lue]
839 g: style.getPropertyValue(-webkit-text-stroke-width) : 0px 420 g: style.getPropertyValue(-webkit-text-stroke-width) : 0px
840 g: style.getPropertyCSSValue(-webkit-text-stroke-width) : [object CSSPrimitiveVa lue]
841 g: style.getPropertyValue(-webkit-transform) : none 421 g: style.getPropertyValue(-webkit-transform) : none
842 g: style.getPropertyCSSValue(-webkit-transform) : [object CSSPrimitiveValue]
843 g: style.getPropertyValue(-webkit-transform-origin) : 0px 0px 422 g: style.getPropertyValue(-webkit-transform-origin) : 0px 0px
844 g: style.getPropertyCSSValue(-webkit-transform-origin) : [object CSSValueList]
845 g: style.getPropertyValue(-webkit-transform-style) : flat 423 g: style.getPropertyValue(-webkit-transform-style) : flat
846 g: style.getPropertyCSSValue(-webkit-transform-style) : [object CSSPrimitiveValu e]
847 g: style.getPropertyValue(-webkit-transition-delay) : 0s 424 g: style.getPropertyValue(-webkit-transition-delay) : 0s
848 g: style.getPropertyCSSValue(-webkit-transition-delay) : [object CSSValueList]
849 g: style.getPropertyValue(-webkit-transition-duration) : 0s 425 g: style.getPropertyValue(-webkit-transition-duration) : 0s
850 g: style.getPropertyCSSValue(-webkit-transition-duration) : [object CSSValueList ]
851 g: style.getPropertyValue(-webkit-transition-property) : all 426 g: style.getPropertyValue(-webkit-transition-property) : all
852 g: style.getPropertyCSSValue(-webkit-transition-property) : [object CSSValueList ]
853 g: style.getPropertyValue(-webkit-transition-timing-function) : ease 427 g: style.getPropertyValue(-webkit-transition-timing-function) : ease
854 g: style.getPropertyCSSValue(-webkit-transition-timing-function) : [object CSSVa lueList]
855 g: style.getPropertyValue(-webkit-user-drag) : auto 428 g: style.getPropertyValue(-webkit-user-drag) : auto
856 g: style.getPropertyCSSValue(-webkit-user-drag) : [object CSSPrimitiveValue]
857 g: style.getPropertyValue(-webkit-user-modify) : read-only 429 g: style.getPropertyValue(-webkit-user-modify) : read-only
858 g: style.getPropertyCSSValue(-webkit-user-modify) : [object CSSPrimitiveValue]
859 g: style.getPropertyValue(-webkit-user-select) : text 430 g: style.getPropertyValue(-webkit-user-select) : text
860 g: style.getPropertyCSSValue(-webkit-user-select) : [object CSSPrimitiveValue]
861 g: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb 431 g: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb
862 g: style.getPropertyCSSValue(-webkit-writing-mode) : [object CSSPrimitiveValue]
863 g: style.getPropertyValue(clip-path) : none 432 g: style.getPropertyValue(clip-path) : none
864 g: style.getPropertyCSSValue(clip-path) : [object CSSPrimitiveValue]
865 g: style.getPropertyValue(clip-rule) : nonzero 433 g: style.getPropertyValue(clip-rule) : nonzero
866 g: style.getPropertyCSSValue(clip-rule) : [object CSSPrimitiveValue]
867 g: style.getPropertyValue(mask) : none 434 g: style.getPropertyValue(mask) : none
868 g: style.getPropertyCSSValue(mask) : [object CSSPrimitiveValue]
869 g: style.getPropertyValue(filter) : none 435 g: style.getPropertyValue(filter) : none
870 g: style.getPropertyCSSValue(filter) : [object CSSPrimitiveValue]
871 g: style.getPropertyValue(flood-color) : rgb(0, 0, 0) 436 g: style.getPropertyValue(flood-color) : rgb(0, 0, 0)
872 g: style.getPropertyCSSValue(flood-color) : [object CSSPrimitiveValue]
873 g: style.getPropertyValue(flood-opacity) : 1 437 g: style.getPropertyValue(flood-opacity) : 1
874 g: style.getPropertyCSSValue(flood-opacity) : [object CSSPrimitiveValue]
875 g: style.getPropertyValue(lighting-color) : rgb(255, 255, 255) 438 g: style.getPropertyValue(lighting-color) : rgb(255, 255, 255)
876 g: style.getPropertyCSSValue(lighting-color) : [object CSSPrimitiveValue]
877 g: style.getPropertyValue(stop-color) : rgb(0, 0, 0) 439 g: style.getPropertyValue(stop-color) : rgb(0, 0, 0)
878 g: style.getPropertyCSSValue(stop-color) : [object CSSPrimitiveValue]
879 g: style.getPropertyValue(stop-opacity) : 1 440 g: style.getPropertyValue(stop-opacity) : 1
880 g: style.getPropertyCSSValue(stop-opacity) : [object CSSPrimitiveValue]
881 g: style.getPropertyValue(color-interpolation) : srgb 441 g: style.getPropertyValue(color-interpolation) : srgb
882 g: style.getPropertyCSSValue(color-interpolation) : [object CSSPrimitiveValue]
883 g: style.getPropertyValue(color-interpolation-filters) : linearrgb 442 g: style.getPropertyValue(color-interpolation-filters) : linearrgb
884 g: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimitive Value]
885 g: style.getPropertyValue(color-rendering) : auto 443 g: style.getPropertyValue(color-rendering) : auto
886 g: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
887 g: style.getPropertyValue(fill) : rgb(0, 0, 0) 444 g: style.getPropertyValue(fill) : rgb(0, 0, 0)
888 g: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue]
889 g: style.getPropertyValue(fill-opacity) : 1 445 g: style.getPropertyValue(fill-opacity) : 1
890 g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
891 g: style.getPropertyValue(fill-rule) : nonzero 446 g: style.getPropertyValue(fill-rule) : nonzero
892 g: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue]
893 g: style.getPropertyValue(marker-end) : none 447 g: style.getPropertyValue(marker-end) : none
894 g: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
895 g: style.getPropertyValue(marker-mid) : none 448 g: style.getPropertyValue(marker-mid) : none
896 g: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
897 g: style.getPropertyValue(marker-start) : url(#pserver) 449 g: style.getPropertyValue(marker-start) : url(#pserver)
898 g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
899 g: style.getPropertyValue(shape-rendering) : auto 450 g: style.getPropertyValue(shape-rendering) : auto
900 g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
901 g: style.getPropertyValue(stroke) : rgb(255, 165, 0) 451 g: style.getPropertyValue(stroke) : rgb(255, 165, 0)
902 g: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue]
903 g: style.getPropertyValue(stroke-dasharray) : none 452 g: style.getPropertyValue(stroke-dasharray) : none
904 g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
905 g: style.getPropertyValue(stroke-dashoffset) : 0 453 g: style.getPropertyValue(stroke-dashoffset) : 0
906 g: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
907 g: style.getPropertyValue(stroke-linecap) : butt 454 g: style.getPropertyValue(stroke-linecap) : butt
908 g: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
909 g: style.getPropertyValue(stroke-linejoin) : miter 455 g: style.getPropertyValue(stroke-linejoin) : miter
910 g: style.getPropertyCSSValue(stroke-linejoin) : [object CSSPrimitiveValue]
911 g: style.getPropertyValue(stroke-miterlimit) : 4 456 g: style.getPropertyValue(stroke-miterlimit) : 4
912 g: style.getPropertyCSSValue(stroke-miterlimit) : [object CSSPrimitiveValue]
913 g: style.getPropertyValue(stroke-opacity) : 1 457 g: style.getPropertyValue(stroke-opacity) : 1
914 g: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue]
915 g: style.getPropertyValue(stroke-width) : 2px 458 g: style.getPropertyValue(stroke-width) : 2px
916 g: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue]
917 g: style.getPropertyValue(alignment-baseline) : auto 459 g: style.getPropertyValue(alignment-baseline) : auto
918 g: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue]
919 g: style.getPropertyValue(baseline-shift) : baseline 460 g: style.getPropertyValue(baseline-shift) : baseline
920 g: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue]
921 g: style.getPropertyValue(dominant-baseline) : auto 461 g: style.getPropertyValue(dominant-baseline) : auto
922 g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
923 g: style.getPropertyValue(text-anchor) : start 462 g: style.getPropertyValue(text-anchor) : start
924 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
925 g: style.getPropertyValue(writing-mode) : lr-tb 463 g: style.getPropertyValue(writing-mode) : lr-tb
926 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
927 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 464 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
928 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
929 g: style.getPropertyValue(glyph-orientation-vertical) : auto 465 g: style.getPropertyValue(glyph-orientation-vertical) : auto
930 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
931 g: style.getPropertyValue(vector-effect) : none 466 g: style.getPropertyValue(vector-effect) : none
932 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
933 467
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-basic.xhtml ('k') | LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698