| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 -webkit-box-flex-group: 1; | 129 -webkit-box-flex-group: 1; |
| 130 -webkit-box-lines: single; | 130 -webkit-box-lines: single; |
| 131 -webkit-box-ordinal-group: 1; | 131 -webkit-box-ordinal-group: 1; |
| 132 -webkit-box-orient: horizontal; | 132 -webkit-box-orient: horizontal; |
| 133 -webkit-box-pack: start; | 133 -webkit-box-pack: start; |
| 134 -webkit-box-reflect: none; | 134 -webkit-box-reflect: none; |
| 135 -webkit-box-shadow: none; | 135 -webkit-box-shadow: none; |
| 136 -webkit-column-break-after: auto; | 136 -webkit-column-break-after: auto; |
| 137 -webkit-column-break-before: auto; | 137 -webkit-column-break-before: auto; |
| 138 -webkit-column-break-inside: auto; | 138 -webkit-column-break-inside: auto; |
| 139 -webkit-column-axis: auto; | |
| 140 -webkit-column-count: auto; | 139 -webkit-column-count: auto; |
| 141 -webkit-column-gap: normal; | 140 -webkit-column-gap: normal; |
| 142 -webkit-column-rule-color: rgb(0, 0, 0); | 141 -webkit-column-rule-color: rgb(0, 0, 0); |
| 143 -webkit-column-rule-style: none; | 142 -webkit-column-rule-style: none; |
| 144 -webkit-column-rule-width: 0px; | 143 -webkit-column-rule-width: 0px; |
| 145 -webkit-column-span: none; | 144 -webkit-column-span: none; |
| 146 -webkit-column-width: auto; | 145 -webkit-column-width: auto; |
| 147 align-content: stretch; | 146 align-content: stretch; |
| 148 align-items: stretch; | 147 align-items: stretch; |
| 149 align-self: stretch; | 148 align-self: stretch; |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 | 236 |
| 238 Other attributes that the computed style class supports: | 237 Other attributes that the computed style class supports: |
| 239 | 238 |
| 240 background-position-x: 0%; | 239 background-position-x: 0%; |
| 241 background-position-y: 0%; | 240 background-position-y: 0%; |
| 242 border-spacing: 0px 0px; | 241 border-spacing: 0px 0px; |
| 243 overflow: visible; | 242 overflow: visible; |
| 244 -webkit-mask-position-x: 0%; | 243 -webkit-mask-position-x: 0%; |
| 245 -webkit-mask-position-y: 0%; | 244 -webkit-mask-position-y: 0%; |
| 246 | 245 |
| OLD | NEW |