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

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

Issue 363133003: [CSS Grid Layout] Adapting align-self, align-items and justify-self to the last CSS 3 spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve grid and flex cases during cascade, the rest will wait for layout. Created 6 years, 4 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 empty-cells: show; 43 empty-cells: show;
44 float: none; 44 float: none;
45 font-kerning: auto; 45 font-kerning: auto;
46 font-size: 16px; 46 font-size: 16px;
47 font-style: normal; 47 font-style: normal;
48 font-variant: normal; 48 font-variant: normal;
49 font-variant-ligatures: normal; 49 font-variant-ligatures: normal;
50 font-weight: normal; 50 font-weight: normal;
51 height: 576px; 51 height: 576px;
52 image-rendering: auto; 52 image-rendering: auto;
53 justify-items: start;
54 justify-self: start;
53 left: auto; 55 left: auto;
54 letter-spacing: normal; 56 letter-spacing: normal;
55 line-height: normal; 57 line-height: normal;
56 list-style-image: none; 58 list-style-image: none;
57 list-style-position: outside; 59 list-style-position: outside;
58 list-style-type: disc; 60 list-style-type: disc;
59 margin-bottom: 8px; 61 margin-bottom: 8px;
60 margin-left: 8px; 62 margin-left: 8px;
61 margin-right: 8px; 63 margin-right: 8px;
62 margin-top: 8px; 64 margin-top: 8px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 -webkit-column-break-before: auto; 139 -webkit-column-break-before: auto;
138 -webkit-column-break-inside: auto; 140 -webkit-column-break-inside: auto;
139 -webkit-column-count: auto; 141 -webkit-column-count: auto;
140 -webkit-column-gap: normal; 142 -webkit-column-gap: normal;
141 -webkit-column-rule-color: rgb(0, 0, 0); 143 -webkit-column-rule-color: rgb(0, 0, 0);
142 -webkit-column-rule-style: none; 144 -webkit-column-rule-style: none;
143 -webkit-column-rule-width: 0px; 145 -webkit-column-rule-width: 0px;
144 -webkit-column-span: none; 146 -webkit-column-span: none;
145 -webkit-column-width: auto; 147 -webkit-column-width: auto;
146 align-content: stretch; 148 align-content: stretch;
147 align-items: stretch; 149 align-items: start;
148 align-self: stretch; 150 align-self: start;
149 flex-direction: row; 151 flex-direction: row;
150 flex-wrap: nowrap; 152 flex-wrap: nowrap;
151 justify-content: flex-start; 153 justify-content: flex-start;
152 -webkit-font-smoothing: auto; 154 -webkit-font-smoothing: auto;
153 -webkit-highlight: none; 155 -webkit-highlight: none;
154 -webkit-hyphenate-character: auto; 156 -webkit-hyphenate-character: auto;
155 -webkit-line-box-contain: block inline replaced; 157 -webkit-line-box-contain: block inline replaced;
156 -webkit-line-break: auto; 158 -webkit-line-break: auto;
157 -webkit-line-clamp: none; 159 -webkit-line-clamp: none;
158 -webkit-locale: auto; 160 -webkit-locale: auto;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 237
236 Other attributes that the computed style class supports: 238 Other attributes that the computed style class supports:
237 239
238 background-position-x: 0%; 240 background-position-x: 0%;
239 background-position-y: 0%; 241 background-position-y: 0%;
240 border-spacing: 0px 0px; 242 border-spacing: 0px 0px;
241 overflow: visible; 243 overflow: visible;
242 -webkit-mask-position-x: 0%; 244 -webkit-mask-position-x: 0%;
243 -webkit-mask-position-y: 0%; 245 -webkit-mask-position-y: 0%;
244 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698