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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied suggested changes. Created 4 years, 9 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 an SVG rect element. 1 This test documents all computed styles on an SVG rect 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 -webkit-text-fill-color: rgb(0, 0, 0) 55 -webkit-text-fill-color: rgb(0, 0, 0)
56 -webkit-text-orientation: vertical-right 56 -webkit-text-orientation: vertical-right
57 -webkit-text-security: none 57 -webkit-text-security: none
58 -webkit-text-stroke-color: rgb(0, 0, 0) 58 -webkit-text-stroke-color: rgb(0, 0, 0)
59 -webkit-text-stroke-width: 0px 59 -webkit-text-stroke-width: 0px
60 -webkit-user-drag: auto 60 -webkit-user-drag: auto
61 -webkit-user-modify: read-only 61 -webkit-user-modify: read-only
62 -webkit-user-select: text 62 -webkit-user-select: text
63 -webkit-writing-mode: horizontal-tb 63 -webkit-writing-mode: horizontal-tb
64 align-content: normal 64 align-content: normal
65 align-items: start 65 align-items: normal
66 align-self: start 66 align-self: normal
67 alignment-baseline: auto 67 alignment-baseline: auto
68 animation-delay: 0s 68 animation-delay: 0s
69 animation-direction: normal 69 animation-direction: normal
70 animation-duration: 0s 70 animation-duration: 0s
71 animation-fill-mode: none 71 animation-fill-mode: none
72 animation-iteration-count: 1 72 animation-iteration-count: 1
73 animation-name: none 73 animation-name: none
74 animation-play-state: running 74 animation-play-state: running
75 animation-timing-function: ease 75 animation-timing-function: ease
76 backdrop-filter: none 76 backdrop-filter: none
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 grid-row-gap: 0px 172 grid-row-gap: 0px
173 grid-row-start: auto 173 grid-row-start: auto
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: auto 177 height: auto
178 image-orientation: 0deg 178 image-orientation: 0deg
179 image-rendering: auto 179 image-rendering: auto
180 isolation: auto 180 isolation: auto
181 justify-content: normal 181 justify-content: normal
182 justify-items: start 182 justify-items: normal
183 justify-self: start 183 justify-self: normal
184 left: auto 184 left: auto
185 letter-spacing: normal 185 letter-spacing: normal
186 lighting-color: rgb(255, 255, 255) 186 lighting-color: rgb(255, 255, 255)
187 line-height: normal 187 line-height: normal
188 list-style-image: none 188 list-style-image: none
189 list-style-position: outside 189 list-style-position: outside
190 list-style-type: disc 190 list-style-type: disc
191 margin-bottom: 0px 191 margin-bottom: 0px
192 margin-left: 0px 192 margin-left: 0px
193 margin-right: 0px 193 margin-right: 0px
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 word-wrap: normal 296 word-wrap: normal
297 writing-mode: horizontal-tb 297 writing-mode: horizontal-tb
298 x: 0px 298 x: 0px
299 y: 0px 299 y: 0px
300 z-index: auto 300 z-index: auto
301 zoom: 1 301 zoom: 1
302 PASS successfullyParsed is true 302 PASS successfullyParsed is true
303 303
304 TEST COMPLETE 304 TEST COMPLETE
305 305
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698