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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-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 Attributes that are exposed in the CSS computed style object: 1 Attributes that are exposed in the CSS computed style object:
2 2
3 background-attachment: scroll; 3 background-attachment: scroll;
4 background-clip: border-box; 4 background-clip: border-box;
5 background-color: rgba(0, 0, 0, 0); 5 background-color: rgba(0, 0, 0, 0);
6 background-image: none; 6 background-image: none;
7 background-origin: padding-box; 7 background-origin: padding-box;
8 background-position: 0% 0%; 8 background-position: 0% 0%;
9 background-repeat: repeat; 9 background-repeat: repeat;
10 background-size: auto; 10 background-size: auto;
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 align-items: stretch; 146 align-items: stretch;
147 align-self: stretch; 147 align-self: stretch;
148 flex-direction: row; 148 flex-direction: row;
149 flex-wrap: nowrap; 149 flex-wrap: nowrap;
150 justify-content: flex-start; 150 justify-content: flex-start;
151 -webkit-font-kerning: auto; 151 -webkit-font-kerning: auto;
152 -webkit-font-smoothing: auto; 152 -webkit-font-smoothing: auto;
153 -webkit-font-variant-ligatures: normal; 153 -webkit-font-variant-ligatures: normal;
154 -webkit-highlight: none; 154 -webkit-highlight: none;
155 -webkit-hyphenate-character: auto; 155 -webkit-hyphenate-character: auto;
156 -webkit-hyphenate-limit-after: auto;
157 -webkit-hyphenate-limit-before: auto;
158 -webkit-hyphenate-limit-lines: no-limit;
159 -webkit-hyphens: manual;
160 -webkit-line-align: none; 156 -webkit-line-align: none;
161 -webkit-line-box-contain: block inline replaced; 157 -webkit-line-box-contain: block inline replaced;
162 -webkit-line-break: auto; 158 -webkit-line-break: auto;
163 -webkit-line-clamp: none; 159 -webkit-line-clamp: none;
164 -webkit-line-grid: none; 160 -webkit-line-grid: none;
165 -webkit-line-snap: none; 161 -webkit-line-snap: none;
166 -webkit-locale: auto; 162 -webkit-locale: auto;
167 -webkit-margin-before-collapse: collapse; 163 -webkit-margin-before-collapse: collapse;
168 -webkit-margin-after-collapse: collapse; 164 -webkit-margin-after-collapse: collapse;
169 -webkit-marquee-direction: auto; 165 -webkit-marquee-direction: auto;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 244
249 Other attributes that the computed style class supports: 245 Other attributes that the computed style class supports:
250 246
251 background-position-x: 0%; 247 background-position-x: 0%;
252 background-position-y: 0%; 248 background-position-y: 0%;
253 border-spacing: 0px 0px; 249 border-spacing: 0px 0px;
254 overflow: visible; 250 overflow: visible;
255 -webkit-mask-position-x: 0%; 251 -webkit-mask-position-x: 0%;
256 -webkit-mask-position-y: 0%; 252 -webkit-mask-position-y: 0%;
257 253
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698