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

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

Issue 2913093002: Revert of [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Created 3 years, 6 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 div element. 1 This test documents all computed styles on a div 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-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 -webkit-text-fill-color: rgb(0, 0, 0) 53 -webkit-text-fill-color: rgb(0, 0, 0)
54 -webkit-text-orientation: vertical-right 54 -webkit-text-orientation: vertical-right
55 -webkit-text-security: none 55 -webkit-text-security: none
56 -webkit-text-stroke-color: rgb(0, 0, 0) 56 -webkit-text-stroke-color: rgb(0, 0, 0)
57 -webkit-text-stroke-width: 0px 57 -webkit-text-stroke-width: 0px
58 -webkit-user-drag: auto 58 -webkit-user-drag: auto
59 -webkit-user-modify: read-only 59 -webkit-user-modify: read-only
60 -webkit-writing-mode: horizontal-tb 60 -webkit-writing-mode: horizontal-tb
61 align-content: normal 61 align-content: normal
62 align-items: normal 62 align-items: normal
63 align-self: auto 63 align-self: normal
64 alignment-baseline: auto 64 alignment-baseline: auto
65 animation-delay: 0s 65 animation-delay: 0s
66 animation-direction: normal 66 animation-direction: normal
67 animation-duration: 0s 67 animation-duration: 0s
68 animation-fill-mode: none 68 animation-fill-mode: none
69 animation-iteration-count: 1 69 animation-iteration-count: 1
70 animation-name: none 70 animation-name: none
71 animation-play-state: running 71 animation-play-state: running
72 animation-timing-function: ease 72 animation-timing-function: ease
73 backdrop-filter: none 73 backdrop-filter: none
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 grid-template-areas: none 174 grid-template-areas: none
175 grid-template-columns: none 175 grid-template-columns: none
176 grid-template-rows: none 176 grid-template-rows: none
177 height: 0px 177 height: 0px
178 hyphens: manual 178 hyphens: manual
179 image-orientation: 0deg 179 image-orientation: 0deg
180 image-rendering: auto 180 image-rendering: auto
181 isolation: auto 181 isolation: auto
182 justify-content: normal 182 justify-content: normal
183 justify-items: normal 183 justify-items: normal
184 justify-self: auto 184 justify-self: normal
185 left: auto 185 left: auto
186 letter-spacing: normal 186 letter-spacing: normal
187 lighting-color: rgb(255, 255, 255) 187 lighting-color: rgb(255, 255, 255)
188 line-height: normal 188 line-height: normal
189 line-height-step: 0px 189 line-height-step: 0px
190 list-style-image: none 190 list-style-image: none
191 list-style-position: outside 191 list-style-position: outside
192 list-style-type: disc 192 list-style-type: disc
193 margin-bottom: 0px 193 margin-bottom: 0px
194 margin-left: 0px 194 margin-left: 0px
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 word-wrap: normal 303 word-wrap: normal
304 writing-mode: horizontal-tb 304 writing-mode: horizontal-tb
305 x: 0px 305 x: 0px
306 y: 0px 306 y: 0px
307 z-index: auto 307 z-index: auto
308 zoom: 1 308 zoom: 1
309 PASS successfullyParsed is true 309 PASS successfullyParsed is true
310 310
311 TEST COMPLETE 311 TEST COMPLETE
312 312
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698