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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-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 Computed style of an element whose parent's 'display' value is 'none': 1 Computed style of an element whose parent's 'display' value is 'none':
2 background-attachment: scroll 2 background-attachment: scroll
3 background-clip: border-box 3 background-clip: border-box
4 background-color: rgb(0, 128, 0) 4 background-color: rgb(0, 128, 0)
5 background-image: none 5 background-image: none
6 background-origin: padding-box 6 background-origin: padding-box
7 background-position: 0% 0% 7 background-position: 0% 0%
8 background-repeat: repeat 8 background-repeat: repeat
9 background-size: auto 9 background-size: auto
10 border-bottom-color: rgb(0, 0, 0) 10 border-bottom-color: rgb(0, 0, 0)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 empty-cells: show 42 empty-cells: show
43 float: none 43 float: none
44 font-kerning: auto 44 font-kerning: auto
45 font-size: 16px 45 font-size: 16px
46 font-style: normal 46 font-style: normal
47 font-variant: normal 47 font-variant: normal
48 font-variant-ligatures: normal 48 font-variant-ligatures: normal
49 font-weight: normal 49 font-weight: normal
50 height: 100px 50 height: 100px
51 image-rendering: auto 51 image-rendering: auto
52 justify-items: start
53 justify-self: start
52 left: auto 54 left: auto
53 letter-spacing: normal 55 letter-spacing: normal
54 line-height: normal 56 line-height: normal
55 list-style-image: none 57 list-style-image: none
56 list-style-position: outside 58 list-style-position: outside
57 list-style-type: disc 59 list-style-type: disc
58 margin-bottom: 0px 60 margin-bottom: 0px
59 margin-left: auto 61 margin-left: auto
60 margin-right: 0px 62 margin-right: 0px
61 margin-top: 0px 63 margin-top: 0px
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 -webkit-column-break-before: auto 138 -webkit-column-break-before: auto
137 -webkit-column-break-inside: auto 139 -webkit-column-break-inside: auto
138 -webkit-column-count: auto 140 -webkit-column-count: auto
139 -webkit-column-gap: normal 141 -webkit-column-gap: normal
140 -webkit-column-rule-color: rgb(0, 0, 0) 142 -webkit-column-rule-color: rgb(0, 0, 0)
141 -webkit-column-rule-style: none 143 -webkit-column-rule-style: none
142 -webkit-column-rule-width: 0px 144 -webkit-column-rule-width: 0px
143 -webkit-column-span: none 145 -webkit-column-span: none
144 -webkit-column-width: auto 146 -webkit-column-width: auto
145 align-content: stretch 147 align-content: stretch
146 align-items: stretch 148 align-items: start
147 align-self: stretch 149 align-self: start
148 flex-direction: row 150 flex-direction: row
149 flex-wrap: nowrap 151 flex-wrap: nowrap
150 justify-content: flex-start 152 justify-content: flex-start
151 -webkit-font-smoothing: auto 153 -webkit-font-smoothing: auto
152 -webkit-highlight: none 154 -webkit-highlight: none
153 -webkit-hyphenate-character: auto 155 -webkit-hyphenate-character: auto
154 -webkit-line-box-contain: block inline replaced 156 -webkit-line-box-contain: block inline replaced
155 -webkit-line-break: auto 157 -webkit-line-break: auto
156 -webkit-line-clamp: none 158 -webkit-line-clamp: none
157 -webkit-locale: auto 159 -webkit-locale: auto
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 height: 100px 248 height: 100px
247 margin-left: 350px 249 margin-left: 350px
248 width: 350px 250 width: 350px
249 251
250 After changing the parent's 'display' property back to 'none': 252 After changing the parent's 'display' property back to 'none':
251 height: 100px 253 height: 100px
252 margin-left: auto 254 margin-left: auto
253 width: 50% 255 width: 50%
254 256
255 257
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698