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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-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
« 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 -webkit-box-flex-group: 1; 129 -webkit-box-flex-group: 1;
130 -webkit-box-lines: single; 130 -webkit-box-lines: single;
131 -webkit-box-ordinal-group: 1; 131 -webkit-box-ordinal-group: 1;
132 -webkit-box-orient: horizontal; 132 -webkit-box-orient: horizontal;
133 -webkit-box-pack: start; 133 -webkit-box-pack: start;
134 -webkit-box-reflect: none; 134 -webkit-box-reflect: none;
135 -webkit-box-shadow: none; 135 -webkit-box-shadow: none;
136 -webkit-column-break-after: auto; 136 -webkit-column-break-after: auto;
137 -webkit-column-break-before: auto; 137 -webkit-column-break-before: auto;
138 -webkit-column-break-inside: auto; 138 -webkit-column-break-inside: auto;
139 -webkit-column-axis: auto;
140 -webkit-column-count: auto; 139 -webkit-column-count: auto;
141 -webkit-column-gap: normal; 140 -webkit-column-gap: normal;
142 -webkit-column-rule-color: rgb(0, 0, 0); 141 -webkit-column-rule-color: rgb(0, 0, 0);
143 -webkit-column-rule-style: none; 142 -webkit-column-rule-style: none;
144 -webkit-column-rule-width: 0px; 143 -webkit-column-rule-width: 0px;
145 -webkit-column-span: none; 144 -webkit-column-span: none;
146 -webkit-column-width: auto; 145 -webkit-column-width: auto;
147 align-content: stretch; 146 align-content: stretch;
148 align-items: stretch; 147 align-items: stretch;
149 align-self: stretch; 148 align-self: stretch;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 236
238 Other attributes that the computed style class supports: 237 Other attributes that the computed style class supports:
239 238
240 background-position-x: 0%; 239 background-position-x: 0%;
241 background-position-y: 0%; 240 background-position-y: 0%;
242 border-spacing: 0px 0px; 241 border-spacing: 0px 0px;
243 overflow: visible; 242 overflow: visible;
244 -webkit-mask-position-x: 0%; 243 -webkit-mask-position-x: 0%;
245 -webkit-mask-position-y: 0%; 244 -webkit-mask-position-y: 0%;
246 245
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