| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 mask: none | 199 mask: none |
| 200 mask-source-type: alpha | 200 mask-source-type: alpha |
| 201 mask-type: luminance | 201 mask-type: luminance |
| 202 max-height: none | 202 max-height: none |
| 203 max-width: none | 203 max-width: none |
| 204 min-height: 0px | 204 min-height: 0px |
| 205 min-width: 0px | 205 min-width: 0px |
| 206 mix-blend-mode: normal | 206 mix-blend-mode: normal |
| 207 object-fit: fill | 207 object-fit: fill |
| 208 object-position: 50% 50% | 208 object-position: 50% 50% |
| 209 offset-anchor: 50% 50% | 209 offset-anchor: auto |
| 210 offset-distance: 0px | 210 offset-distance: 0px |
| 211 offset-path: none | 211 offset-path: none |
| 212 offset-position: auto | 212 offset-position: auto |
| 213 offset-rotate: auto 0deg | 213 offset-rotate: auto 0deg |
| 214 offset-rotation: auto 0deg | 214 offset-rotation: auto 0deg |
| 215 opacity: 1 | 215 opacity: 1 |
| 216 order: 0 | 216 order: 0 |
| 217 orphans: 2 | 217 orphans: 2 |
| 218 outline-color: rgb(0, 0, 0) | 218 outline-color: rgb(0, 0, 0) |
| 219 outline-offset: 0px | 219 outline-offset: 0px |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |