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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 flood-color: rgb(0, 0, 0) | 155 flood-color: rgb(0, 0, 0) |
156 flood-opacity: 1 | 156 flood-opacity: 1 |
157 font-kerning: auto | 157 font-kerning: auto |
158 font-size: 16px | 158 font-size: 16px |
159 font-size-adjust: none | 159 font-size-adjust: none |
160 font-stretch: normal | 160 font-stretch: normal |
161 font-style: normal | 161 font-style: normal |
162 font-variant: normal | 162 font-variant: normal |
163 font-variant-ligatures: normal | 163 font-variant-ligatures: normal |
164 font-weight: normal | 164 font-weight: normal |
165 glyph-orientation-horizontal: 0deg | |
166 glyph-orientation-vertical: auto | |
167 grid-auto-columns: auto | 165 grid-auto-columns: auto |
168 grid-auto-flow: row | 166 grid-auto-flow: row |
169 grid-auto-rows: auto | 167 grid-auto-rows: auto |
170 grid-column-end: auto | 168 grid-column-end: auto |
171 grid-column-gap: 0px | 169 grid-column-gap: 0px |
172 grid-column-start: auto | 170 grid-column-start: auto |
173 grid-row-end: auto | 171 grid-row-end: auto |
174 grid-row-gap: 0px | 172 grid-row-gap: 0px |
175 grid-row-start: auto | 173 grid-row-start: auto |
176 grid-template-areas: none | 174 grid-template-areas: none |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 word-wrap: normal | 298 word-wrap: normal |
301 writing-mode: horizontal-tb | 299 writing-mode: horizontal-tb |
302 x: 0px | 300 x: 0px |
303 y: 0px | 301 y: 0px |
304 z-index: auto | 302 z-index: auto |
305 zoom: 1 | 303 zoom: 1 |
306 PASS successfullyParsed is true | 304 PASS successfullyParsed is true |
307 | 305 |
308 TEST COMPLETE | 306 TEST COMPLETE |
309 | 307 |
OLD | NEW |