| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 text-indent: 0px; | 92 text-indent: 0px; |
| 93 text-rendering: auto; | 93 text-rendering: auto; |
| 94 text-shadow: none; | 94 text-shadow: none; |
| 95 text-overflow: clip; | 95 text-overflow: clip; |
| 96 text-transform: none; | 96 text-transform: none; |
| 97 top: auto; | 97 top: auto; |
| 98 unicode-bidi: normal; | 98 unicode-bidi: normal; |
| 99 vertical-align: baseline; | 99 vertical-align: baseline; |
| 100 visibility: visible; | 100 visibility: visible; |
| 101 white-space: normal; | 101 white-space: normal; |
| 102 widows: auto; | 102 widows: 1; |
| 103 width: 784px; | 103 width: 784px; |
| 104 word-break: normal; | 104 word-break: normal; |
| 105 word-spacing: 0px; | 105 word-spacing: 0px; |
| 106 word-wrap: normal; | 106 word-wrap: normal; |
| 107 z-index: auto; | 107 z-index: auto; |
| 108 zoom: 1; | 108 zoom: 1; |
| 109 -webkit-animation-delay: 0s; | 109 -webkit-animation-delay: 0s; |
| 110 -webkit-animation-direction: normal; | 110 -webkit-animation-direction: normal; |
| 111 -webkit-animation-duration: 0s; | 111 -webkit-animation-duration: 0s; |
| 112 -webkit-animation-fill-mode: none; | 112 -webkit-animation-fill-mode: none; |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 | 236 |
| 237 Other attributes that the computed style class supports: | 237 Other attributes that the computed style class supports: |
| 238 | 238 |
| 239 background-position-x: 0%; | 239 background-position-x: 0%; |
| 240 background-position-y: 0%; | 240 background-position-y: 0%; |
| 241 border-spacing: 0px 0px; | 241 border-spacing: 0px 0px; |
| 242 overflow: visible; | 242 overflow: visible; |
| 243 -webkit-mask-position-x: 0%; | 243 -webkit-mask-position-x: 0%; |
| 244 -webkit-mask-position-y: 0%; | 244 -webkit-mask-position-y: 0%; |
| 245 | 245 |
| OLD | NEW |