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

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

Issue 1737453002: WIP: snap-width Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 scroll-snap-coordinate: none 239 scroll-snap-coordinate: none
240 scroll-snap-destination: 0px 0px 240 scroll-snap-destination: 0px 0px
241 scroll-snap-points-x: none 241 scroll-snap-points-x: none
242 scroll-snap-points-y: none 242 scroll-snap-points-y: none
243 scroll-snap-type: none 243 scroll-snap-type: none
244 shape-image-threshold: 0 244 shape-image-threshold: 0
245 shape-margin: 0px 245 shape-margin: 0px
246 shape-outside: none 246 shape-outside: none
247 shape-rendering: auto 247 shape-rendering: auto
248 snap-height: 0px 248 snap-height: 0px
249 snap-width: 0px
249 speak: normal 250 speak: normal
250 stop-color: rgb(0, 0, 0) 251 stop-color: rgb(0, 0, 0)
251 stop-opacity: 1 252 stop-opacity: 1
252 stroke: none 253 stroke: none
253 stroke-dasharray: none 254 stroke-dasharray: none
254 stroke-dashoffset: 0px 255 stroke-dashoffset: 0px
255 stroke-linecap: butt 256 stroke-linecap: butt
256 stroke-linejoin: miter 257 stroke-linejoin: miter
257 stroke-miterlimit: 4 258 stroke-miterlimit: 4
258 stroke-opacity: 1 259 stroke-opacity: 1
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 word-wrap: normal 297 word-wrap: normal
297 writing-mode: horizontal-tb 298 writing-mode: horizontal-tb
298 x: 0px 299 x: 0px
299 y: 0px 300 y: 0px
300 z-index: auto 301 z-index: auto
301 zoom: 1 302 zoom: 1
302 PASS successfullyParsed is true 303 PASS successfullyParsed is true
303 304
304 TEST COMPLETE 305 TEST COMPLETE
305 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698