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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 perspective: none | 232 perspective: none |
233 perspective-origin: 0px 0px | 233 perspective-origin: 0px 0px |
234 pointer-events: auto | 234 pointer-events: auto |
235 position: static | 235 position: static |
236 r: 0px | 236 r: 0px |
237 resize: none | 237 resize: none |
238 right: auto | 238 right: auto |
239 rotate: 0deg | 239 rotate: 0deg |
240 rx: auto | 240 rx: auto |
241 ry: auto | 241 ry: auto |
242 scale: 1 | 242 scale: none |
243 scroll-behavior: auto | 243 scroll-behavior: auto |
244 scroll-snap-coordinate: none | 244 scroll-snap-coordinate: none |
245 scroll-snap-destination: 0px 0px | 245 scroll-snap-destination: 0px 0px |
246 scroll-snap-points-x: none | 246 scroll-snap-points-x: none |
247 scroll-snap-points-y: none | 247 scroll-snap-points-y: none |
248 scroll-snap-type: none | 248 scroll-snap-type: none |
249 shape-image-threshold: 0 | 249 shape-image-threshold: 0 |
250 shape-margin: 0px | 250 shape-margin: 0px |
251 shape-outside: none | 251 shape-outside: none |
252 shape-rendering: auto | 252 shape-rendering: auto |
(...skipping 51 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 |