Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Computed style of an element whose parent's 'display' value is 'none': 1 Computed style of an element whose parent's 'display' value is 'none':
2 background-attachment: scroll 2 background-attachment: scroll
3 background-clip: border-box 3 background-clip: border-box
4 background-color: rgb(0, 128, 0) 4 background-color: rgb(0, 128, 0)
5 background-image: none 5 background-image: none
6 background-origin: padding-box 6 background-origin: padding-box
7 background-position: 0% 0% 7 background-position: 0% 0%
8 background-repeat: repeat 8 background-repeat: repeat
9 background-size: auto 9 background-size: auto
10 border-bottom-color: rgb(0, 0, 0) 10 border-bottom-color: rgb(0, 0, 0)
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 -webkit-box-decoration-break: slice 123 -webkit-box-decoration-break: slice
124 -webkit-box-direction: normal 124 -webkit-box-direction: normal
125 -webkit-box-flex: 0 125 -webkit-box-flex: 0
126 -webkit-box-flex-group: 1 126 -webkit-box-flex-group: 1
127 -webkit-box-lines: single 127 -webkit-box-lines: single
128 -webkit-box-ordinal-group: 1 128 -webkit-box-ordinal-group: 1
129 -webkit-box-orient: horizontal 129 -webkit-box-orient: horizontal
130 -webkit-box-pack: start 130 -webkit-box-pack: start
131 -webkit-box-reflect: none 131 -webkit-box-reflect: none
132 -webkit-box-shadow: none 132 -webkit-box-shadow: none
133 -webkit-color-correction: default
134 -webkit-column-break-after: auto 133 -webkit-column-break-after: auto
135 -webkit-column-break-before: auto 134 -webkit-column-break-before: auto
136 -webkit-column-break-inside: auto 135 -webkit-column-break-inside: auto
137 -webkit-column-axis: auto 136 -webkit-column-axis: auto
138 -webkit-column-count: auto 137 -webkit-column-count: auto
139 -webkit-column-gap: normal 138 -webkit-column-gap: normal
140 -webkit-column-rule-color: rgb(0, 0, 0) 139 -webkit-column-rule-color: rgb(0, 0, 0)
141 -webkit-column-rule-style: none 140 -webkit-column-rule-style: none
142 -webkit-column-rule-width: 0px 141 -webkit-column-rule-width: 0px
143 -webkit-column-span: none 142 -webkit-column-span: none
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 height: 100px 260 height: 100px
262 margin-left: 350px 261 margin-left: 350px
263 width: 350px 262 width: 350px
264 263
265 After changing the parent's 'display' property back to 'none': 264 After changing the parent's 'display' property back to 'none':
266 height: 100px 265 height: 100px
267 margin-left: auto 266 margin-left: auto
268 width: 50% 267 width: 50%
269 268
270 269
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698