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

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

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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 | Annotate | Revision Log
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 align-items: stretch 145 align-items: stretch
146 align-self: stretch 146 align-self: stretch
147 flex-direction: row 147 flex-direction: row
148 flex-wrap: nowrap 148 flex-wrap: nowrap
149 justify-content: flex-start 149 justify-content: flex-start
150 -webkit-font-kerning: auto 150 -webkit-font-kerning: auto
151 -webkit-font-smoothing: auto 151 -webkit-font-smoothing: auto
152 -webkit-font-variant-ligatures: normal 152 -webkit-font-variant-ligatures: normal
153 -webkit-highlight: none 153 -webkit-highlight: none
154 -webkit-hyphenate-character: auto 154 -webkit-hyphenate-character: auto
155 -webkit-hyphenate-limit-after: auto
156 -webkit-hyphenate-limit-before: auto
157 -webkit-hyphenate-limit-lines: no-limit
158 -webkit-hyphens: manual
159 -webkit-line-align: none 155 -webkit-line-align: none
160 -webkit-line-box-contain: block inline replaced 156 -webkit-line-box-contain: block inline replaced
161 -webkit-line-break: auto 157 -webkit-line-break: auto
162 -webkit-line-clamp: none 158 -webkit-line-clamp: none
163 -webkit-line-grid: none 159 -webkit-line-grid: none
164 -webkit-line-snap: none 160 -webkit-line-snap: none
165 -webkit-locale: auto 161 -webkit-locale: auto
166 -webkit-margin-before-collapse: collapse 162 -webkit-margin-before-collapse: collapse
167 -webkit-margin-after-collapse: collapse 163 -webkit-margin-after-collapse: collapse
168 -webkit-marquee-direction: auto 164 -webkit-marquee-direction: auto
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 height: 100px 255 height: 100px
260 margin-left: 350px 256 margin-left: 350px
261 width: 350px 257 width: 350px
262 258
263 After changing the parent's 'display' property back to 'none': 259 After changing the parent's 'display' property back to 'none':
264 height: 100px 260 height: 100px
265 margin-left: auto 261 margin-left: auto
266 width: 50% 262 width: 50%
267 263
268 264
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698