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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 -webkit-column-break-before: auto; 135 -webkit-column-break-before: auto;
136 -webkit-column-break-inside: auto; 136 -webkit-column-break-inside: auto;
137 -webkit-column-axis: auto; 137 -webkit-column-axis: auto;
138 -webkit-column-count: auto; 138 -webkit-column-count: auto;
139 -webkit-column-gap: normal; 139 -webkit-column-gap: normal;
140 -webkit-column-rule-color: rgb(0, 0, 0); 140 -webkit-column-rule-color: rgb(0, 0, 0);
141 -webkit-column-rule-style: none; 141 -webkit-column-rule-style: none;
142 -webkit-column-rule-width: 0px; 142 -webkit-column-rule-width: 0px;
143 -webkit-column-span: none; 143 -webkit-column-span: none;
144 -webkit-column-width: auto; 144 -webkit-column-width: auto;
145 -webkit-align-content: stretch; 145 align-content: stretch;
146 -webkit-align-items: stretch; 146 align-items: stretch;
147 -webkit-align-self: stretch; 147 align-self: stretch;
148 -webkit-flex-direction: row; 148 flex-direction: row;
149 -webkit-flex-wrap: nowrap; 149 flex-wrap: nowrap;
150 -webkit-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; 156 -webkit-hyphenate-limit-after: auto;
157 -webkit-hyphenate-limit-before: auto; 157 -webkit-hyphenate-limit-before: auto;
158 -webkit-hyphenate-limit-lines: no-limit; 158 -webkit-hyphenate-limit-lines: no-limit;
159 -webkit-hyphens: manual; 159 -webkit-hyphens: manual;
160 -webkit-line-align: none; 160 -webkit-line-align: none;
(...skipping 15 matching lines...) Expand all
176 -webkit-mask-box-image-slice: 0 fill; 176 -webkit-mask-box-image-slice: 0 fill;
177 -webkit-mask-box-image-source: none; 177 -webkit-mask-box-image-source: none;
178 -webkit-mask-box-image-width: auto; 178 -webkit-mask-box-image-width: auto;
179 -webkit-mask-clip: border-box; 179 -webkit-mask-clip: border-box;
180 -webkit-mask-composite: source-over; 180 -webkit-mask-composite: source-over;
181 -webkit-mask-image: none; 181 -webkit-mask-image: none;
182 -webkit-mask-origin: border-box; 182 -webkit-mask-origin: border-box;
183 -webkit-mask-position: 0% 0%; 183 -webkit-mask-position: 0% 0%;
184 -webkit-mask-repeat: repeat; 184 -webkit-mask-repeat: repeat;
185 -webkit-mask-size: auto; 185 -webkit-mask-size: auto;
186 -webkit-order: 0; 186 order: 0;
187 -webkit-perspective: none; 187 -webkit-perspective: none;
188 -webkit-perspective-origin: 392px 288px; 188 -webkit-perspective-origin: 392px 288px;
189 -webkit-print-color-adjust: economy; 189 -webkit-print-color-adjust: economy;
190 -webkit-rtl-ordering: logical; 190 -webkit-rtl-ordering: logical;
191 -webkit-text-combine: none; 191 -webkit-text-combine: none;
192 -webkit-text-decorations-in-effect: none; 192 -webkit-text-decorations-in-effect: none;
193 -webkit-text-emphasis-color: rgb(0, 0, 0); 193 -webkit-text-emphasis-color: rgb(0, 0, 0);
194 -webkit-text-emphasis-position: over; 194 -webkit-text-emphasis-position: over;
195 -webkit-text-emphasis-style: none; 195 -webkit-text-emphasis-style: none;
196 -webkit-text-fill-color: rgb(0, 0, 0); 196 -webkit-text-fill-color: rgb(0, 0, 0);
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 249
250 Other attributes that the computed style class supports: 250 Other attributes that the computed style class supports:
251 251
252 background-position-x: 0%; 252 background-position-x: 0%;
253 background-position-y: 0%; 253 background-position-y: 0%;
254 border-spacing: 0px 0px; 254 border-spacing: 0px 0px;
255 overflow: visible; 255 overflow: visible;
256 -webkit-mask-position-x: 0%; 256 -webkit-mask-position-x: 0%;
257 -webkit-mask-position-y: 0%; 257 -webkit-mask-position-y: 0%;
258 258
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698