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

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: New test for alignment and anonymous boxes. Created 4 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 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 grid-row-start: auto 175 grid-row-start: auto
176 grid-template-areas: none 176 grid-template-areas: none
177 grid-template-columns: none 177 grid-template-columns: none
178 grid-template-rows: none 178 grid-template-rows: none
179 height: auto 179 height: auto
180 hyphens: manual 180 hyphens: manual
181 image-orientation: 0deg 181 image-orientation: 0deg
182 image-rendering: auto 182 image-rendering: auto
183 isolation: auto 183 isolation: auto
184 justify-content: normal 184 justify-content: normal
185 justify-items: start 185 justify-items: normal
186 justify-self: start 186 justify-self: normal
187 left: auto 187 left: auto
188 letter-spacing: normal 188 letter-spacing: normal
189 lighting-color: rgb(255, 255, 255) 189 lighting-color: rgb(255, 255, 255)
190 line-height: normal 190 line-height: normal
191 list-style-image: none 191 list-style-image: none
192 list-style-position: outside 192 list-style-position: outside
193 list-style-type: disc 193 list-style-type: disc
194 margin-bottom: 0px 194 margin-bottom: 0px
195 margin-left: 0px 195 margin-left: 0px
196 margin-right: 0px 196 margin-right: 0px
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 299 word-wrap: normal
300 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
301 x: 0px 301 x: 0px
302 y: 0px 302 y: 0px
303 z-index: auto 303 z-index: auto
304 zoom: 1 304 zoom: 1
305 PASS successfullyParsed is true 305 PASS successfullyParsed is true
306 306
307 TEST COMPLETE 307 TEST COMPLETE
308 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698