| 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 |
| 11 -webkit-border-horizontal-spacing: 0px | 11 -webkit-border-horizontal-spacing: 0px |
| 12 -webkit-border-image: none | 12 -webkit-border-image: none |
| 13 -webkit-border-vertical-spacing: 0px | 13 -webkit-border-vertical-spacing: 0px |
| 14 -webkit-box-align: stretch | 14 -webkit-box-align: stretch |
| 15 -webkit-box-decoration-break: slice | 15 -webkit-box-decoration-break: slice |
| 16 -webkit-box-direction: normal | 16 -webkit-box-direction: normal |
| 17 -webkit-box-flex: 0 | 17 -webkit-box-flex: 0 |
| 18 -webkit-box-flex-group: 1 | 18 -webkit-box-flex-group: 1 |
| 19 -webkit-box-lines: single | 19 -webkit-box-lines: single |
| 20 -webkit-box-ordinal-group: 1 | 20 -webkit-box-ordinal-group: 1 |
| 21 -webkit-box-orient: horizontal | 21 -webkit-box-orient: horizontal |
| 22 -webkit-box-pack: start | 22 -webkit-box-pack: start |
| 23 -webkit-box-reflect: none | 23 -webkit-box-reflect: none |
| 24 -webkit-clip-path: none | 24 -webkit-clip-path: none |
| 25 -webkit-column-count: auto | |
| 26 -webkit-column-gap: normal | |
| 27 -webkit-column-rule-color: rgb(0, 0, 0) | |
| 28 -webkit-column-rule-style: none | |
| 29 -webkit-column-rule-width: 0px | |
| 30 -webkit-column-span: none | |
| 31 -webkit-column-width: auto | |
| 32 -webkit-filter: none | 25 -webkit-filter: none |
| 33 -webkit-font-smoothing: auto | 26 -webkit-font-smoothing: auto |
| 34 -webkit-highlight: none | 27 -webkit-highlight: none |
| 35 -webkit-hyphenate-character: auto | 28 -webkit-hyphenate-character: auto |
| 36 -webkit-line-break: auto | 29 -webkit-line-break: auto |
| 37 -webkit-line-clamp: none | 30 -webkit-line-clamp: none |
| 38 -webkit-locale: auto | 31 -webkit-locale: auto |
| 39 -webkit-margin-after-collapse: collapse | 32 -webkit-margin-after-collapse: collapse |
| 40 -webkit-margin-before-collapse: collapse | 33 -webkit-margin-before-collapse: collapse |
| 41 -webkit-mask-box-image: none | 34 -webkit-mask-box-image: none |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 buffered-rendering: auto | 120 buffered-rendering: auto |
| 128 caption-side: top | 121 caption-side: top |
| 129 clear: none | 122 clear: none |
| 130 clip: auto | 123 clip: auto |
| 131 clip-path: none | 124 clip-path: none |
| 132 clip-rule: nonzero | 125 clip-rule: nonzero |
| 133 color: rgb(0, 0, 0) | 126 color: rgb(0, 0, 0) |
| 134 color-interpolation: sRGB | 127 color-interpolation: sRGB |
| 135 color-interpolation-filters: linearRGB | 128 color-interpolation-filters: linearRGB |
| 136 color-rendering: auto | 129 color-rendering: auto |
| 130 column-count: auto |
| 131 column-gap: normal |
| 132 column-rule-color: rgb(0, 0, 0) |
| 133 column-rule-style: none |
| 134 column-rule-width: 0px |
| 135 column-span: none |
| 136 column-width: auto |
| 137 content: | 137 content: |
| 138 cursor: auto | 138 cursor: auto |
| 139 cx: 0px | 139 cx: 0px |
| 140 cy: 0px | 140 cy: 0px |
| 141 d: path('') | 141 d: path('') |
| 142 direction: ltr | 142 direction: ltr |
| 143 display: inline | 143 display: inline |
| 144 dominant-baseline: auto | 144 dominant-baseline: auto |
| 145 empty-cells: show | 145 empty-cells: show |
| 146 fill: rgb(0, 128, 0) | 146 fill: rgb(0, 128, 0) |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 word-wrap: normal | 297 word-wrap: normal |
| 298 writing-mode: horizontal-tb | 298 writing-mode: horizontal-tb |
| 299 x: 0px | 299 x: 0px |
| 300 y: 0px | 300 y: 0px |
| 301 z-index: auto | 301 z-index: auto |
| 302 zoom: 1 | 302 zoom: 1 |
| 303 PASS successfullyParsed is true | 303 PASS successfullyParsed is true |
| 304 | 304 |
| 305 TEST COMPLETE | 305 TEST COMPLETE |
| 306 | 306 |
| OLD | NEW |