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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: normal 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 list-style-image: none 190 list-style-image: none
190 list-style-position: outside 191 list-style-position: outside
191 list-style-type: disc 192 list-style-type: disc
192 margin-bottom: 0px 193 margin-bottom: 0px
193 margin-left: 0px 194 margin-left: 0px
194 margin-right: 0px 195 margin-right: 0px
195 margin-top: 0px 196 margin-top: 0px
196 marker-end: none 197 marker-end: none
197 marker-mid: none 198 marker-mid: none
198 marker-start: none 199 marker-start: none
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 scroll-behavior: auto 244 scroll-behavior: auto
244 scroll-snap-coordinate: none 245 scroll-snap-coordinate: none
245 scroll-snap-destination: 0px 0px 246 scroll-snap-destination: 0px 0px
246 scroll-snap-points-x: none 247 scroll-snap-points-x: none
247 scroll-snap-points-y: none 248 scroll-snap-points-y: none
248 scroll-snap-type: none 249 scroll-snap-type: none
249 shape-image-threshold: 0 250 shape-image-threshold: 0
250 shape-margin: 0px 251 shape-margin: 0px
251 shape-outside: none 252 shape-outside: none
252 shape-rendering: auto 253 shape-rendering: auto
253 snap-height: 0px
254 speak: normal 254 speak: normal
255 stop-color: rgb(0, 0, 0) 255 stop-color: rgb(0, 0, 0)
256 stop-opacity: 1 256 stop-opacity: 1
257 stroke: none 257 stroke: none
258 stroke-dasharray: none 258 stroke-dasharray: none
259 stroke-dashoffset: 0px 259 stroke-dashoffset: 0px
260 stroke-linecap: butt 260 stroke-linecap: butt
261 stroke-linejoin: miter 261 stroke-linejoin: miter
262 stroke-miterlimit: 4 262 stroke-miterlimit: 4
263 stroke-opacity: 1 263 stroke-opacity: 1
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 word-wrap: normal 304 word-wrap: normal
305 writing-mode: horizontal-tb 305 writing-mode: horizontal-tb
306 x: 0px 306 x: 0px
307 y: 0px 307 y: 0px
308 z-index: auto 308 z-index: auto
309 zoom: 1 309 zoom: 1
310 PASS successfullyParsed is true 310 PASS successfullyParsed is true
311 311
312 TEST COMPLETE 312 TEST COMPLETE
313 313
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698