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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 -webkit-text-fill-color: rgb(0, 0, 0) | 55 -webkit-text-fill-color: rgb(0, 0, 0) |
56 -webkit-text-orientation: vertical-right | 56 -webkit-text-orientation: vertical-right |
57 -webkit-text-security: none | 57 -webkit-text-security: none |
58 -webkit-text-stroke-color: rgb(0, 0, 0) | 58 -webkit-text-stroke-color: rgb(0, 0, 0) |
59 -webkit-text-stroke-width: 0px | 59 -webkit-text-stroke-width: 0px |
60 -webkit-user-drag: auto | 60 -webkit-user-drag: auto |
61 -webkit-user-modify: read-only | 61 -webkit-user-modify: read-only |
62 -webkit-user-select: text | 62 -webkit-user-select: text |
63 -webkit-writing-mode: horizontal-tb | 63 -webkit-writing-mode: horizontal-tb |
64 align-content: normal | 64 align-content: normal |
65 align-items: start | 65 align-items: normal |
66 align-self: start | 66 align-self: normal |
67 alignment-baseline: auto | 67 alignment-baseline: auto |
68 animation-delay: 0s | 68 animation-delay: 0s |
69 animation-direction: normal | 69 animation-direction: normal |
70 animation-duration: 0s | 70 animation-duration: 0s |
71 animation-fill-mode: none | 71 animation-fill-mode: none |
72 animation-iteration-count: 1 | 72 animation-iteration-count: 1 |
73 animation-name: none | 73 animation-name: none |
74 animation-play-state: running | 74 animation-play-state: running |
75 animation-timing-function: ease | 75 animation-timing-function: ease |
76 backdrop-filter: none | 76 backdrop-filter: none |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 hyphens: manual | 179 hyphens: manual |
180 image-orientation: 0deg | 180 image-orientation: 0deg |
181 image-rendering: auto | 181 image-rendering: auto |
182 isolation: auto | 182 isolation: auto |
183 justify-content: normal | 183 justify-content: normal |
184 justify-items: start | 184 justify-items: normal |
185 justify-self: start | 185 justify-self: normal |
186 left: auto | 186 left: auto |
187 letter-spacing: normal | 187 letter-spacing: normal |
188 lighting-color: rgb(255, 255, 255) | 188 lighting-color: rgb(255, 255, 255) |
189 line-height: normal | 189 line-height: normal |
190 list-style-image: none | 190 list-style-image: none |
191 list-style-position: outside | 191 list-style-position: outside |
192 list-style-type: disc | 192 list-style-type: disc |
193 margin-bottom: 0px | 193 margin-bottom: 0px |
194 margin-left: 0px | 194 margin-left: 0px |
195 margin-right: 0px | 195 margin-right: 0px |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 word-wrap: normal | 298 word-wrap: normal |
299 writing-mode: horizontal-tb | 299 writing-mode: horizontal-tb |
300 x: 0px | 300 x: 0px |
301 y: 0px | 301 y: 0px |
302 z-index: auto | 302 z-index: auto |
303 zoom: 1 | 303 zoom: 1 |
304 PASS successfullyParsed is true | 304 PASS successfullyParsed is true |
305 | 305 |
306 TEST COMPLETE | 306 TEST COMPLETE |
307 | 307 |
OLD | NEW |