OLD | NEW |
1 Attributes that are exposed in the CSS computed style object: | 1 Attributes that are exposed in the CSS computed style object: |
2 | 2 |
3 background-attachment: scroll; | 3 background-attachment: scroll; |
4 background-clip: border-box; | 4 background-clip: border-box; |
5 background-color: rgba(0, 0, 0, 0); | 5 background-color: rgba(0, 0, 0, 0); |
6 background-image: none; | 6 background-image: none; |
7 background-origin: padding-box; | 7 background-origin: padding-box; |
8 background-position: 0% 0%; | 8 background-position: 0% 0%; |
9 background-repeat: repeat; | 9 background-repeat: repeat; |
10 background-size: auto; | 10 background-size: auto; |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 -webkit-mask-box-image-source: none; | 182 -webkit-mask-box-image-source: none; |
183 -webkit-mask-box-image-width: auto; | 183 -webkit-mask-box-image-width: auto; |
184 -webkit-mask-clip: border-box; | 184 -webkit-mask-clip: border-box; |
185 -webkit-mask-composite: source-over; | 185 -webkit-mask-composite: source-over; |
186 -webkit-mask-image: none; | 186 -webkit-mask-image: none; |
187 -webkit-mask-origin: border-box; | 187 -webkit-mask-origin: border-box; |
188 -webkit-mask-position: 0% 0%; | 188 -webkit-mask-position: 0% 0%; |
189 -webkit-mask-repeat: repeat; | 189 -webkit-mask-repeat: repeat; |
190 -webkit-mask-size: auto; | 190 -webkit-mask-size: auto; |
191 -webkit-nbsp-mode: normal; | 191 -webkit-nbsp-mode: normal; |
192 -webkit-overflow-scrolling: auto; | |
193 -webkit-perspective: none; | 192 -webkit-perspective: none; |
194 -webkit-perspective-origin: 392px 288px; | 193 -webkit-perspective-origin: 392px 288px; |
195 -webkit-print-color-adjust: economy; | 194 -webkit-print-color-adjust: economy; |
196 -webkit-rtl-ordering: logical; | 195 -webkit-rtl-ordering: logical; |
197 -webkit-shape-inside: auto; | 196 -webkit-shape-inside: auto; |
198 -webkit-shape-outside: auto; | 197 -webkit-shape-outside: auto; |
199 -webkit-text-combine: none; | 198 -webkit-text-combine: none; |
200 -webkit-text-decorations-in-effect: none; | 199 -webkit-text-decorations-in-effect: none; |
201 -webkit-text-emphasis-color: rgb(0, 0, 0); | 200 -webkit-text-emphasis-color: rgb(0, 0, 0); |
202 -webkit-text-emphasis-position: over; | 201 -webkit-text-emphasis-position: over; |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 | 268 |
270 background-position-x: 0%; | 269 background-position-x: 0%; |
271 background-position-y: 0%; | 270 background-position-y: 0%; |
272 border-spacing: 0px 0px; | 271 border-spacing: 0px 0px; |
273 overflow: visible; | 272 overflow: visible; |
274 -webkit-mask-position-x: 0%; | 273 -webkit-mask-position-x: 0%; |
275 -webkit-mask-position-y: 0%; | 274 -webkit-mask-position-y: 0%; |
276 -webkit-match-nearest-mail-blockquote-color: normal; | 275 -webkit-match-nearest-mail-blockquote-color: normal; |
277 -webkit-text-size-adjust: auto; | 276 -webkit-text-size-adjust: auto; |
278 | 277 |
OLD | NEW |