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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 buffered-rendering: auto | 127 buffered-rendering: auto |
128 caption-side: top | 128 caption-side: top |
129 clear: none | 129 clear: none |
130 clip: auto | 130 clip: auto |
131 clip-path: none | 131 clip-path: none |
132 clip-rule: nonzero | 132 clip-rule: nonzero |
133 color: rgb(0, 0, 0) | 133 color: rgb(0, 0, 0) |
134 color-interpolation: sRGB | 134 color-interpolation: sRGB |
135 color-interpolation-filters: linearRGB | 135 color-interpolation-filters: linearRGB |
136 color-rendering: auto | 136 color-rendering: auto |
| 137 content: |
137 cursor: auto | 138 cursor: auto |
138 cx: 0px | 139 cx: 0px |
139 cy: 0px | 140 cy: 0px |
140 direction: ltr | 141 direction: ltr |
141 display: inline | 142 display: inline |
142 dominant-baseline: auto | 143 dominant-baseline: auto |
143 empty-cells: show | 144 empty-cells: show |
144 fill: rgb(0, 128, 0) | 145 fill: rgb(0, 128, 0) |
145 fill-opacity: 1 | 146 fill-opacity: 1 |
146 fill-rule: nonzero | 147 fill-rule: nonzero |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 word-wrap: normal | 298 word-wrap: normal |
298 writing-mode: lr-tb | 299 writing-mode: lr-tb |
299 x: 0px | 300 x: 0px |
300 y: 0px | 301 y: 0px |
301 z-index: auto | 302 z-index: auto |
302 zoom: 1 | 303 zoom: 1 |
303 PASS successfullyParsed is true | 304 PASS successfullyParsed is true |
304 | 305 |
305 TEST COMPLETE | 306 TEST COMPLETE |
306 | 307 |
OLD | NEW |