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

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

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-line-align: none; 156 -webkit-line-align: none;
157 -webkit-line-box-contain: block inline replaced; 157 -webkit-line-box-contain: block inline replaced;
158 -webkit-line-break: auto; 158 -webkit-line-break: auto;
159 -webkit-line-clamp: none;
160 -webkit-line-grid: none; 159 -webkit-line-grid: none;
161 -webkit-line-snap: none; 160 -webkit-line-snap: none;
162 -webkit-locale: auto; 161 -webkit-locale: auto;
163 -webkit-margin-before-collapse: collapse; 162 -webkit-margin-before-collapse: collapse;
164 -webkit-margin-after-collapse: collapse; 163 -webkit-margin-after-collapse: collapse;
165 -webkit-mask-box-image: none; 164 -webkit-mask-box-image: none;
166 -webkit-mask-box-image-outset: 0px; 165 -webkit-mask-box-image-outset: 0px;
167 -webkit-mask-box-image-repeat: stretch; 166 -webkit-mask-box-image-repeat: stretch;
168 -webkit-mask-box-image-slice: 0 fill; 167 -webkit-mask-box-image-slice: 0 fill;
169 -webkit-mask-box-image-source: none; 168 -webkit-mask-box-image-source: none;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 239
241 Other attributes that the computed style class supports: 240 Other attributes that the computed style class supports:
242 241
243 background-position-x: 0%; 242 background-position-x: 0%;
244 background-position-y: 0%; 243 background-position-y: 0%;
245 border-spacing: 0px 0px; 244 border-spacing: 0px 0px;
246 overflow: visible; 245 overflow: visible;
247 -webkit-mask-position-x: 0%; 246 -webkit-mask-position-x: 0%;
248 -webkit-mask-position-y: 0%; 247 -webkit-mask-position-y: 0%;
249 248
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698