| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 -webkit-text-emphasis-color: rgb(0, 0, 0) | 51 -webkit-text-emphasis-color: rgb(0, 0, 0) |
| 52 -webkit-text-emphasis-position: over | 52 -webkit-text-emphasis-position: over |
| 53 -webkit-text-emphasis-style: none | 53 -webkit-text-emphasis-style: none |
| 54 -webkit-text-fill-color: rgb(0, 0, 0) | 54 -webkit-text-fill-color: rgb(0, 0, 0) |
| 55 -webkit-text-orientation: vertical-right | 55 -webkit-text-orientation: vertical-right |
| 56 -webkit-text-security: none | 56 -webkit-text-security: none |
| 57 -webkit-text-stroke-color: rgb(0, 0, 0) | 57 -webkit-text-stroke-color: rgb(0, 0, 0) |
| 58 -webkit-text-stroke-width: 0px | 58 -webkit-text-stroke-width: 0px |
| 59 -webkit-user-drag: auto | 59 -webkit-user-drag: auto |
| 60 -webkit-user-modify: read-only | 60 -webkit-user-modify: read-only |
| 61 -webkit-user-select: text | |
| 62 -webkit-writing-mode: horizontal-tb | 61 -webkit-writing-mode: horizontal-tb |
| 63 align-content: normal | 62 align-content: normal |
| 64 align-items: start | 63 align-items: start |
| 65 align-self: start | 64 align-self: start |
| 66 alignment-baseline: auto | 65 alignment-baseline: auto |
| 67 animation-delay: 0s | 66 animation-delay: 0s |
| 68 animation-direction: normal | 67 animation-direction: normal |
| 69 animation-duration: 0s | 68 animation-duration: 0s |
| 70 animation-fill-mode: none | 69 animation-fill-mode: none |
| 71 animation-iteration-count: 1 | 70 animation-iteration-count: 1 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 touch-action: auto | 279 touch-action: auto |
| 281 transform: none | 280 transform: none |
| 282 transform-origin: 0px 0px | 281 transform-origin: 0px 0px |
| 283 transform-style: flat | 282 transform-style: flat |
| 284 transition-delay: 0s | 283 transition-delay: 0s |
| 285 transition-duration: 0s | 284 transition-duration: 0s |
| 286 transition-property: all | 285 transition-property: all |
| 287 transition-timing-function: ease | 286 transition-timing-function: ease |
| 288 translate: 0px | 287 translate: 0px |
| 289 unicode-bidi: normal | 288 unicode-bidi: normal |
| 289 user-select: text |
| 290 vector-effect: none | 290 vector-effect: none |
| 291 vertical-align: baseline | 291 vertical-align: baseline |
| 292 visibility: visible | 292 visibility: visible |
| 293 white-space: normal | 293 white-space: normal |
| 294 widows: 2 | 294 widows: 2 |
| 295 width: auto | 295 width: auto |
| 296 will-change: auto | 296 will-change: auto |
| 297 word-break: normal | 297 word-break: normal |
| 298 word-spacing: 0px | 298 word-spacing: 0px |
| 299 word-wrap: normal | 299 word-wrap: normal |
| 300 writing-mode: horizontal-tb | 300 writing-mode: horizontal-tb |
| 301 x: 0px | 301 x: 0px |
| 302 y: 0px | 302 y: 0px |
| 303 z-index: auto | 303 z-index: auto |
| 304 zoom: 1 | 304 zoom: 1 |
| 305 PASS successfullyParsed is true | 305 PASS successfullyParsed is true |
| 306 | 306 |
| 307 TEST COMPLETE | 307 TEST COMPLETE |
| 308 | 308 |
| OLD | NEW |