| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 page-break-before: auto; | 77 page-break-before: auto; |
| 78 page-break-inside: auto; | 78 page-break-inside: auto; |
| 79 pointer-events: auto; | 79 pointer-events: auto; |
| 80 position: static; | 80 position: static; |
| 81 resize: none; | 81 resize: none; |
| 82 right: auto; | 82 right: auto; |
| 83 speak: normal; | 83 speak: normal; |
| 84 table-layout: auto; | 84 table-layout: auto; |
| 85 tab-size: 8; | 85 tab-size: 8; |
| 86 text-align: start; | 86 text-align: start; |
| 87 text-decoration: none; | 87 text-decoration: none solid rgb(0, 0, 0); |
| 88 text-indent: 0px; | 88 text-indent: 0px; |
| 89 text-rendering: auto; | 89 text-rendering: auto; |
| 90 text-shadow: none; | 90 text-shadow: none; |
| 91 text-overflow: clip; | 91 text-overflow: clip; |
| 92 text-transform: none; | 92 text-transform: none; |
| 93 top: auto; | 93 top: auto; |
| 94 unicode-bidi: normal; | 94 unicode-bidi: normal; |
| 95 vertical-align: baseline; | 95 vertical-align: baseline; |
| 96 visibility: visible; | 96 visibility: visible; |
| 97 white-space: normal; | 97 white-space: normal; |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 | 248 |
| 249 Other attributes that the computed style class supports: | 249 Other attributes that the computed style class supports: |
| 250 | 250 |
| 251 background-position-x: 0%; | 251 background-position-x: 0%; |
| 252 background-position-y: 0%; | 252 background-position-y: 0%; |
| 253 border-spacing: 0px 0px; | 253 border-spacing: 0px 0px; |
| 254 overflow: visible; | 254 overflow: visible; |
| 255 -webkit-mask-position-x: 0%; | 255 -webkit-mask-position-x: 0%; |
| 256 -webkit-mask-position-y: 0%; | 256 -webkit-mask-position-y: 0%; |
| 257 | 257 |
| OLD | NEW |