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

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

Issue 636993002: [CSS Grid Layout] Upgrade justify-content parsing to CSS3 Box Alignment spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline some tests expectations. Created 6 years, 1 month 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
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 -webkit-column-rule-color: rgb(0, 0, 0); 142 -webkit-column-rule-color: rgb(0, 0, 0);
143 -webkit-column-rule-style: none; 143 -webkit-column-rule-style: none;
144 -webkit-column-rule-width: 0px; 144 -webkit-column-rule-width: 0px;
145 -webkit-column-span: none; 145 -webkit-column-span: none;
146 -webkit-column-width: auto; 146 -webkit-column-width: auto;
147 align-content: stretch; 147 align-content: stretch;
148 align-items: start; 148 align-items: start;
149 align-self: start; 149 align-self: start;
150 flex-direction: row; 150 flex-direction: row;
151 flex-wrap: nowrap; 151 flex-wrap: nowrap;
152 justify-content: flex-start; 152 justify-content: start;
153 -webkit-font-smoothing: auto; 153 -webkit-font-smoothing: auto;
154 -webkit-highlight: none; 154 -webkit-highlight: none;
155 -webkit-hyphenate-character: auto; 155 -webkit-hyphenate-character: auto;
156 -webkit-line-box-contain: block inline replaced; 156 -webkit-line-box-contain: block inline replaced;
157 -webkit-line-break: auto; 157 -webkit-line-break: auto;
158 -webkit-line-clamp: none; 158 -webkit-line-clamp: none;
159 -webkit-locale: auto; 159 -webkit-locale: auto;
160 -webkit-margin-before-collapse: collapse; 160 -webkit-margin-before-collapse: collapse;
161 -webkit-margin-after-collapse: collapse; 161 -webkit-margin-after-collapse: collapse;
162 -webkit-mask-box-image: none; 162 -webkit-mask-box-image: none;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 236
237 Other attributes that the computed style class supports: 237 Other attributes that the computed style class supports:
238 238
239 background-position-x: 0%; 239 background-position-x: 0%;
240 background-position-y: 0%; 240 background-position-y: 0%;
241 border-spacing: 0px 0px; 241 border-spacing: 0px 0px;
242 overflow: visible; 242 overflow: visible;
243 -webkit-mask-position-x: 0%; 243 -webkit-mask-position-x: 0%;
244 -webkit-mask-position-y: 0%; 244 -webkit-mask-position-y: 0%;
245 245
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698