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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits Created 3 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 pointer-events: auto 234 pointer-events: auto
235 position: static 235 position: static
236 r: 0px 236 r: 0px
237 resize: none 237 resize: none
238 right: auto 238 right: auto
239 rotate: none 239 rotate: none
240 rx: auto 240 rx: auto
241 ry: auto 241 ry: auto
242 scale: none 242 scale: none
243 scroll-behavior: auto 243 scroll-behavior: auto
244 scroll-snap-coordinate: none
245 scroll-snap-destination: 0px 0px
246 scroll-snap-points-x: none
247 scroll-snap-points-y: none
248 scroll-snap-type: none
249 shape-image-threshold: 0 244 shape-image-threshold: 0
250 shape-margin: 0px 245 shape-margin: 0px
251 shape-outside: none 246 shape-outside: none
252 shape-rendering: auto 247 shape-rendering: auto
253 speak: normal 248 speak: normal
254 stop-color: rgb(0, 0, 0) 249 stop-color: rgb(0, 0, 0)
255 stop-opacity: 1 250 stop-opacity: 1
256 stroke: none 251 stroke: none
257 stroke-dasharray: none 252 stroke-dasharray: none
258 stroke-dashoffset: 0px 253 stroke-dashoffset: 0px
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 word-wrap: normal 298 word-wrap: normal
304 writing-mode: horizontal-tb 299 writing-mode: horizontal-tb
305 x: 0px 300 x: 0px
306 y: 0px 301 y: 0px
307 z-index: auto 302 z-index: auto
308 zoom: 1 303 zoom: 1
309 PASS successfullyParsed is true 304 PASS successfullyParsed is true
310 305
311 TEST COMPLETE 306 TEST COMPLETE
312 307
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698