| 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: left 0% top 0%; |
| 9 background-repeat: repeat; | 9 background-repeat: repeat; |
| 10 background-size: auto; | 10 background-size: auto; |
| 11 border-bottom-color: rgb(0, 0, 0); | 11 border-bottom-color: rgb(0, 0, 0); |
| 12 border-bottom-left-radius: 0px; | 12 border-bottom-left-radius: 0px; |
| 13 border-bottom-right-radius: 0px; | 13 border-bottom-right-radius: 0px; |
| 14 border-bottom-style: none; | 14 border-bottom-style: none; |
| 15 border-bottom-width: 0px; | 15 border-bottom-width: 0px; |
| 16 border-collapse: separate; | 16 border-collapse: separate; |
| 17 border-image-outset: 0px; | 17 border-image-outset: 0px; |
| 18 border-image-repeat: stretch; | 18 border-image-repeat: stretch; |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 -webkit-mask-box-image: none; | 165 -webkit-mask-box-image: none; |
| 166 -webkit-mask-box-image-outset: 0px; | 166 -webkit-mask-box-image-outset: 0px; |
| 167 -webkit-mask-box-image-repeat: stretch; | 167 -webkit-mask-box-image-repeat: stretch; |
| 168 -webkit-mask-box-image-slice: 0 fill; | 168 -webkit-mask-box-image-slice: 0 fill; |
| 169 -webkit-mask-box-image-source: none; | 169 -webkit-mask-box-image-source: none; |
| 170 -webkit-mask-box-image-width: auto; | 170 -webkit-mask-box-image-width: auto; |
| 171 -webkit-mask-clip: border-box; | 171 -webkit-mask-clip: border-box; |
| 172 -webkit-mask-composite: source-over; | 172 -webkit-mask-composite: source-over; |
| 173 -webkit-mask-image: none; | 173 -webkit-mask-image: none; |
| 174 -webkit-mask-origin: border-box; | 174 -webkit-mask-origin: border-box; |
| 175 -webkit-mask-position: 0% 0%; | 175 -webkit-mask-position: left 0% top 0%; |
| 176 -webkit-mask-repeat: repeat; | 176 -webkit-mask-repeat: repeat; |
| 177 -webkit-mask-size: auto; | 177 -webkit-mask-size: auto; |
| 178 order: 0; | 178 order: 0; |
| 179 -webkit-perspective: none; | 179 -webkit-perspective: none; |
| 180 -webkit-perspective-origin: 392px 288px; | 180 -webkit-perspective-origin: 392px 288px; |
| 181 -webkit-print-color-adjust: economy; | 181 -webkit-print-color-adjust: economy; |
| 182 -webkit-rtl-ordering: logical; | 182 -webkit-rtl-ordering: logical; |
| 183 -webkit-text-combine: none; | 183 -webkit-text-combine: none; |
| 184 -webkit-text-decorations-in-effect: none; | 184 -webkit-text-decorations-in-effect: none; |
| 185 -webkit-text-emphasis-color: rgb(0, 0, 0); | 185 -webkit-text-emphasis-color: rgb(0, 0, 0); |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 | 240 |
| 241 Other attributes that the computed style class supports: | 241 Other attributes that the computed style class supports: |
| 242 | 242 |
| 243 background-position-x: 0%; | 243 background-position-x: 0%; |
| 244 background-position-y: 0%; | 244 background-position-y: 0%; |
| 245 border-spacing: 0px 0px; | 245 border-spacing: 0px 0px; |
| 246 overflow: visible; | 246 overflow: visible; |
| 247 -webkit-mask-position-x: 0%; | 247 -webkit-mask-position-x: 0%; |
| 248 -webkit-mask-position-y: 0%; | 248 -webkit-mask-position-y: 0%; |
| 249 | 249 |
| OLD | NEW |