| OLD | NEW |
| 1 This test documents all computed styles on an SVG rect element. | 1 This test documents all computed styles on an SVG rect element. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 -webkit-app-region: no-drag | 6 -webkit-app-region: no-drag |
| 7 -webkit-appearance: none | 7 -webkit-appearance: none |
| 8 -webkit-background-clip: border-box | 8 -webkit-background-clip: border-box |
| 9 -webkit-background-origin: padding-box | 9 -webkit-background-origin: padding-box |
| 10 -webkit-border-horizontal-spacing: 0px | 10 -webkit-border-horizontal-spacing: 0px |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 grid-auto-rows: auto | 167 grid-auto-rows: auto |
| 168 grid-column-end: auto | 168 grid-column-end: auto |
| 169 grid-column-gap: 0px | 169 grid-column-gap: 0px |
| 170 grid-column-start: auto | 170 grid-column-start: auto |
| 171 grid-row-end: auto | 171 grid-row-end: auto |
| 172 grid-row-gap: 0px | 172 grid-row-gap: 0px |
| 173 grid-row-start: auto | 173 grid-row-start: auto |
| 174 grid-template-areas: none | 174 grid-template-areas: none |
| 175 grid-template-columns: none | 175 grid-template-columns: none |
| 176 grid-template-rows: none | 176 grid-template-rows: none |
| 177 height: auto | 177 height: 100px |
| 178 hyphens: manual | 178 hyphens: manual |
| 179 image-orientation: 0deg | 179 image-orientation: 0deg |
| 180 image-rendering: auto | 180 image-rendering: auto |
| 181 isolation: auto | 181 isolation: auto |
| 182 justify-content: normal | 182 justify-content: normal |
| 183 justify-items: normal | 183 justify-items: normal |
| 184 justify-self: normal | 184 justify-self: normal |
| 185 left: auto | 185 left: auto |
| 186 letter-spacing: normal | 186 letter-spacing: normal |
| 187 lighting-color: rgb(255, 255, 255) | 187 lighting-color: rgb(255, 255, 255) |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 transition-property: all | 290 transition-property: all |
| 291 transition-timing-function: ease | 291 transition-timing-function: ease |
| 292 translate: none | 292 translate: none |
| 293 unicode-bidi: normal | 293 unicode-bidi: normal |
| 294 user-select: text | 294 user-select: text |
| 295 vector-effect: none | 295 vector-effect: none |
| 296 vertical-align: baseline | 296 vertical-align: baseline |
| 297 visibility: visible | 297 visibility: visible |
| 298 white-space: normal | 298 white-space: normal |
| 299 widows: 2 | 299 widows: 2 |
| 300 width: auto | 300 width: 100px |
| 301 will-change: auto | 301 will-change: auto |
| 302 word-break: normal | 302 word-break: normal |
| 303 word-spacing: 0px | 303 word-spacing: 0px |
| 304 word-wrap: normal | 304 word-wrap: normal |
| 305 writing-mode: horizontal-tb | 305 writing-mode: horizontal-tb |
| 306 x: 0px | 306 x: 0px |
| 307 y: 0px | 307 y: 0px |
| 308 z-index: auto | 308 z-index: auto |
| 309 zoom: 1 | 309 zoom: 1 |
| 310 PASS successfullyParsed is true | 310 PASS successfullyParsed is true |
| 311 | 311 |
| 312 TEST COMPLETE | 312 TEST COMPLETE |
| 313 | 313 |
| OLD | NEW |