| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 perspective-origin: 0px 0px | 226 perspective-origin: 0px 0px |
| 227 pointer-events: auto | 227 pointer-events: auto |
| 228 position: static | 228 position: static |
| 229 r: 0px | 229 r: 0px |
| 230 resize: none | 230 resize: none |
| 231 right: auto | 231 right: auto |
| 232 rx: 0px | 232 rx: 0px |
| 233 ry: 0px | 233 ry: 0px |
| 234 scroll-behavior: auto | 234 scroll-behavior: auto |
| 235 scroll-blocks-on: none | 235 scroll-blocks-on: none |
| 236 scroll-snap-coordinate: none |
| 237 scroll-snap-destination: 0px 0px |
| 238 scroll-snap-points-x: none |
| 239 scroll-snap-points-y: none |
| 240 scroll-snap-type: none |
| 236 shape-image-threshold: 0 | 241 shape-image-threshold: 0 |
| 237 shape-margin: 0px | 242 shape-margin: 0px |
| 238 shape-outside: none | 243 shape-outside: none |
| 239 shape-rendering: auto | 244 shape-rendering: auto |
| 240 speak: normal | 245 speak: normal |
| 241 stop-color: rgb(0, 0, 0) | 246 stop-color: rgb(0, 0, 0) |
| 242 stop-opacity: 1 | 247 stop-opacity: 1 |
| 243 stroke: none | 248 stroke: none |
| 244 stroke-dasharray: none | 249 stroke-dasharray: none |
| 245 stroke-dashoffset: 0px | 250 stroke-dashoffset: 0px |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 word-wrap: normal | 291 word-wrap: normal |
| 287 writing-mode: lr-tb | 292 writing-mode: lr-tb |
| 288 x: 0px | 293 x: 0px |
| 289 y: 0px | 294 y: 0px |
| 290 z-index: auto | 295 z-index: auto |
| 291 zoom: 1 | 296 zoom: 1 |
| 292 PASS successfullyParsed is true | 297 PASS successfullyParsed is true |
| 293 | 298 |
| 294 TEST COMPLETE | 299 TEST COMPLETE |
| 295 | 300 |
| OLD | NEW |