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

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: Getting back the FullScreen fix, missed during the rebase. Created 4 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 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 -webkit-text-fill-color: rgb(0, 0, 0) 54 -webkit-text-fill-color: rgb(0, 0, 0)
55 -webkit-text-orientation: vertical-right 55 -webkit-text-orientation: vertical-right
56 -webkit-text-security: none 56 -webkit-text-security: none
57 -webkit-text-stroke-color: rgb(0, 0, 0) 57 -webkit-text-stroke-color: rgb(0, 0, 0)
58 -webkit-text-stroke-width: 0px 58 -webkit-text-stroke-width: 0px
59 -webkit-user-drag: auto 59 -webkit-user-drag: auto
60 -webkit-user-modify: read-only 60 -webkit-user-modify: read-only
61 -webkit-user-select: text 61 -webkit-user-select: text
62 -webkit-writing-mode: horizontal-tb 62 -webkit-writing-mode: horizontal-tb
63 align-content: normal 63 align-content: normal
64 align-items: start 64 align-items: normal
65 align-self: start 65 align-self: normal
66 alignment-baseline: auto 66 alignment-baseline: auto
67 animation-delay: 0s 67 animation-delay: 0s
68 animation-direction: normal 68 animation-direction: normal
69 animation-duration: 0s 69 animation-duration: 0s
70 animation-fill-mode: none 70 animation-fill-mode: none
71 animation-iteration-count: 1 71 animation-iteration-count: 1
72 animation-name: none 72 animation-name: none
73 animation-play-state: running 73 animation-play-state: running
74 animation-timing-function: ease 74 animation-timing-function: ease
75 backdrop-filter: none 75 backdrop-filter: none
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 grid-row-start: auto 174 grid-row-start: auto
175 grid-template-areas: none 175 grid-template-areas: none
176 grid-template-columns: none 176 grid-template-columns: none
177 grid-template-rows: none 177 grid-template-rows: none
178 height: auto 178 height: auto
179 hyphens: manual 179 hyphens: manual
180 image-orientation: 0deg 180 image-orientation: 0deg
181 image-rendering: auto 181 image-rendering: auto
182 isolation: auto 182 isolation: auto
183 justify-content: normal 183 justify-content: normal
184 justify-items: start 184 justify-items: normal
185 justify-self: start 185 justify-self: normal
186 left: auto 186 left: auto
187 letter-spacing: normal 187 letter-spacing: normal
188 lighting-color: rgb(255, 255, 255) 188 lighting-color: rgb(255, 255, 255)
189 line-height: normal 189 line-height: normal
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
195 margin-right: 0px 195 margin-right: 0px
(...skipping 103 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