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

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

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) Created 6 years, 9 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 -webkit-box-flex-group: 1 128 -webkit-box-flex-group: 1
129 -webkit-box-lines: single 129 -webkit-box-lines: single
130 -webkit-box-ordinal-group: 1 130 -webkit-box-ordinal-group: 1
131 -webkit-box-orient: horizontal 131 -webkit-box-orient: horizontal
132 -webkit-box-pack: start 132 -webkit-box-pack: start
133 -webkit-box-reflect: none 133 -webkit-box-reflect: none
134 -webkit-box-shadow: none 134 -webkit-box-shadow: none
135 -webkit-column-break-after: auto 135 -webkit-column-break-after: auto
136 -webkit-column-break-before: auto 136 -webkit-column-break-before: auto
137 -webkit-column-break-inside: auto 137 -webkit-column-break-inside: auto
138 -webkit-column-axis: auto
139 -webkit-column-count: auto 138 -webkit-column-count: auto
140 -webkit-column-gap: normal 139 -webkit-column-gap: normal
141 -webkit-column-rule-color: rgb(0, 0, 0) 140 -webkit-column-rule-color: rgb(0, 0, 0)
142 -webkit-column-rule-style: none 141 -webkit-column-rule-style: none
143 -webkit-column-rule-width: 0px 142 -webkit-column-rule-width: 0px
144 -webkit-column-span: none 143 -webkit-column-span: none
145 -webkit-column-width: auto 144 -webkit-column-width: auto
146 align-content: stretch 145 align-content: stretch
147 align-items: stretch 146 align-items: stretch
148 align-self: stretch 147 align-self: stretch
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 height: 100px 247 height: 100px
249 margin-left: 350px 248 margin-left: 350px
250 width: 350px 249 width: 350px
251 250
252 After changing the parent's 'display' property back to 'none': 251 After changing the parent's 'display' property back to 'none':
253 height: 100px 252 height: 100px
254 margin-left: auto 253 margin-left: auto
255 width: 50% 254 width: 50%
256 255
257 256
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698