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

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

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 years, 7 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 This test documents all computed styles on a display: none element. 1 This test documents all computed styles on a display: none element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 -webkit-text-fill-color: rgb(0, 0, 0) 67 -webkit-text-fill-color: rgb(0, 0, 0)
68 -webkit-text-orientation: vertical-right 68 -webkit-text-orientation: vertical-right
69 -webkit-text-security: none 69 -webkit-text-security: none
70 -webkit-text-stroke-color: rgb(0, 0, 0) 70 -webkit-text-stroke-color: rgb(0, 0, 0)
71 -webkit-text-stroke-width: 0px 71 -webkit-text-stroke-width: 0px
72 -webkit-user-drag: auto 72 -webkit-user-drag: auto
73 -webkit-user-modify: read-only 73 -webkit-user-modify: read-only
74 -webkit-user-select: text 74 -webkit-user-select: text
75 -webkit-writing-mode: horizontal-tb 75 -webkit-writing-mode: horizontal-tb
76 align-content: start 76 align-content: start
77 align-items: start 77 align-items: auto
78 align-self: start 78 align-self: auto
79 alignment-baseline: auto 79 alignment-baseline: auto
80 animation-delay: 0s 80 animation-delay: 0s
81 animation-direction: normal 81 animation-direction: normal
82 animation-duration: 0s 82 animation-duration: 0s
83 animation-fill-mode: none 83 animation-fill-mode: none
84 animation-iteration-count: 1 84 animation-iteration-count: 1
85 animation-name: none 85 animation-name: none
86 animation-play-state: running 86 animation-play-state: running
87 animation-timing-function: ease 87 animation-timing-function: ease
88 backface-visibility: visible 88 backface-visibility: visible
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 grid-column-start: auto 170 grid-column-start: auto
171 grid-row-end: auto 171 grid-row-end: auto
172 grid-row-start: auto 172 grid-row-start: auto
173 grid-template-areas: none 173 grid-template-areas: none
174 grid-template-columns: none 174 grid-template-columns: none
175 grid-template-rows: none 175 grid-template-rows: none
176 height: auto 176 height: auto
177 image-rendering: auto 177 image-rendering: auto
178 isolation: auto 178 isolation: auto
179 justify-content: start 179 justify-content: start
180 justify-items: start 180 justify-items: auto
181 justify-self: start 181 justify-self: auto
182 left: auto 182 left: auto
183 letter-spacing: normal 183 letter-spacing: normal
184 lighting-color: rgb(255, 255, 255) 184 lighting-color: rgb(255, 255, 255)
185 line-height: normal 185 line-height: normal
186 list-style-image: none 186 list-style-image: none
187 list-style-position: outside 187 list-style-position: outside
188 list-style-type: disc 188 list-style-type: disc
189 margin-bottom: 0px 189 margin-bottom: 0px
190 margin-left: 0px 190 margin-left: 0px
191 margin-right: 0px 191 margin-right: 0px
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 word-wrap: normal 286 word-wrap: normal
287 writing-mode: lr-tb 287 writing-mode: lr-tb
288 x: 0px 288 x: 0px
289 y: 0px 289 y: 0px
290 z-index: auto 290 z-index: auto
291 zoom: 1 291 zoom: 1
292 PASS successfullyParsed is true 292 PASS successfullyParsed is true
293 293
294 TEST COMPLETE 294 TEST COMPLETE
295 295
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698