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

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

Issue 10447078: Merge 118261 - [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 -webkit-mask-box-image-source: none 181 -webkit-mask-box-image-source: none
182 -webkit-mask-box-image-width: auto 182 -webkit-mask-box-image-width: auto
183 -webkit-mask-clip: border-box 183 -webkit-mask-clip: border-box
184 -webkit-mask-composite: source-over 184 -webkit-mask-composite: source-over
185 -webkit-mask-image: none 185 -webkit-mask-image: none
186 -webkit-mask-origin: border-box 186 -webkit-mask-origin: border-box
187 -webkit-mask-position: 0% 0% 187 -webkit-mask-position: 0% 0%
188 -webkit-mask-repeat: repeat 188 -webkit-mask-repeat: repeat
189 -webkit-mask-size: auto 189 -webkit-mask-size: auto
190 -webkit-nbsp-mode: normal 190 -webkit-nbsp-mode: normal
191 -webkit-overflow-scrolling: auto
192 -webkit-perspective: none 191 -webkit-perspective: none
193 -webkit-perspective-origin: 50% 50% 192 -webkit-perspective-origin: 50% 50%
194 -webkit-print-color-adjust: economy 193 -webkit-print-color-adjust: economy
195 -webkit-rtl-ordering: logical 194 -webkit-rtl-ordering: logical
196 -webkit-shape-inside: auto 195 -webkit-shape-inside: auto
197 -webkit-shape-outside: auto 196 -webkit-shape-outside: auto
198 -webkit-text-combine: none 197 -webkit-text-combine: none
199 -webkit-text-decorations-in-effect: none 198 -webkit-text-decorations-in-effect: none
200 -webkit-text-emphasis-color: rgb(0, 0, 0) 199 -webkit-text-emphasis-color: rgb(0, 0, 0)
201 -webkit-text-emphasis-position: over 200 -webkit-text-emphasis-position: over
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 height: 100px 279 height: 100px
281 margin-left: 385px 280 margin-left: 385px
282 width: 384px 281 width: 384px
283 282
284 After changing the parent's 'display' property back to 'none': 283 After changing the parent's 'display' property back to 'none':
285 height: 100px 284 height: 100px
286 margin-left: auto 285 margin-left: auto
287 width: 50% 286 width: 50%
288 287
289 288
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698