| 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-composite: source-over | 9 -webkit-background-composite: source-over |
| 10 -webkit-background-origin: padding-box | 10 -webkit-background-origin: padding-box |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 -webkit-text-emphasis-style: none | 65 -webkit-text-emphasis-style: none |
| 66 -webkit-text-fill-color: rgb(0, 0, 0) | 66 -webkit-text-fill-color: rgb(0, 0, 0) |
| 67 -webkit-text-orientation: vertical-right | 67 -webkit-text-orientation: vertical-right |
| 68 -webkit-text-security: none | 68 -webkit-text-security: none |
| 69 -webkit-text-stroke-color: rgb(0, 0, 0) | 69 -webkit-text-stroke-color: rgb(0, 0, 0) |
| 70 -webkit-text-stroke-width: 0px | 70 -webkit-text-stroke-width: 0px |
| 71 -webkit-user-drag: auto | 71 -webkit-user-drag: auto |
| 72 -webkit-user-modify: read-only | 72 -webkit-user-modify: read-only |
| 73 -webkit-user-select: text | 73 -webkit-user-select: text |
| 74 -webkit-writing-mode: horizontal-tb | 74 -webkit-writing-mode: horizontal-tb |
| 75 align-content: start | 75 align-content: normal |
| 76 align-items: start | 76 align-items: start |
| 77 align-self: start | 77 align-self: start |
| 78 alignment-baseline: auto | 78 alignment-baseline: auto |
| 79 animation-delay: 0s | 79 animation-delay: 0s |
| 80 animation-direction: normal | 80 animation-direction: normal |
| 81 animation-duration: 0s | 81 animation-duration: 0s |
| 82 animation-fill-mode: none | 82 animation-fill-mode: none |
| 83 animation-iteration-count: 1 | 83 animation-iteration-count: 1 |
| 84 animation-name: none | 84 animation-name: none |
| 85 animation-play-state: running | 85 animation-play-state: running |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 grid-row-end: auto | 172 grid-row-end: auto |
| 173 grid-row-gap: 0px | 173 grid-row-gap: 0px |
| 174 grid-row-start: auto | 174 grid-row-start: auto |
| 175 grid-template-areas: none | 175 grid-template-areas: none |
| 176 grid-template-columns: none | 176 grid-template-columns: none |
| 177 grid-template-rows: none | 177 grid-template-rows: none |
| 178 height: auto | 178 height: auto |
| 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: start | 182 justify-content: normal |
| 183 justify-items: start | 183 justify-items: start |
| 184 justify-self: start | 184 justify-self: start |
| 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) |
| 188 line-height: normal | 188 line-height: normal |
| 189 list-style-image: none | 189 list-style-image: none |
| 190 list-style-position: outside | 190 list-style-position: outside |
| 191 list-style-type: disc | 191 list-style-type: disc |
| 192 margin-bottom: 0px | 192 margin-bottom: 0px |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |