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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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: 50% 50% |
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-rotation: auto 0deg | 214 offset-rotation: auto 0deg |
214 opacity: 1 | 215 opacity: 1 |
215 order: 0 | 216 order: 0 |
216 orphans: 2 | 217 orphans: 2 |
217 outline-color: rgb(0, 0, 0) | 218 outline-color: rgb(0, 0, 0) |
218 outline-offset: 0px | 219 outline-offset: 0px |
219 outline-style: none | 220 outline-style: none |
220 outline-width: 0px | 221 outline-width: 0px |
221 overflow: visible | 222 overflow: visible |
222 overflow-anchor: auto | 223 overflow-anchor: auto |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 word-wrap: normal | 304 word-wrap: normal |
304 writing-mode: horizontal-tb | 305 writing-mode: horizontal-tb |
305 x: 0px | 306 x: 0px |
306 y: 0px | 307 y: 0px |
307 z-index: auto | 308 z-index: auto |
308 zoom: 1 | 309 zoom: 1 |
309 PASS successfullyParsed is true | 310 PASS successfullyParsed is true |
310 | 311 |
311 TEST COMPLETE | 312 TEST COMPLETE |
312 | 313 |
OLD | NEW |