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

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: Add CSS Attributes 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 244 scroll-padding: 0px
245 scroll-snap-destination: 0px 0px 245 scroll-padding-block: 0px
246 scroll-snap-points-x: none 246 scroll-padding-block-end: 0px
247 scroll-snap-points-y: none 247 scroll-padding-block-start: 0px
248 scroll-padding-bottom: 0px
249 scroll-padding-inline: 0px
250 scroll-padding-inline-end: 0px
251 scroll-padding-inline-start: 0px
252 scroll-padding-left: 0px
253 scroll-padding-right: 0px
254 scroll-padding-top: 0px
255 scroll-snap-align: none
256 scroll-snap-margin: 0px
257 scroll-snap-margin-block: 0px
258 scroll-snap-margin-block-end: 0px
259 scroll-snap-margin-block-start: 0px
260 scroll-snap-margin-bottom: 0px
261 scroll-snap-margin-inline: 0px
262 scroll-snap-margin-inline-end: 0px
263 scroll-snap-margin-inline-start: 0px
264 scroll-snap-margin-left: 0px
265 scroll-snap-margin-right: 0px
266 scroll-snap-margin-top: 0px
267 scroll-snap-stop: normal
248 scroll-snap-type: none 268 scroll-snap-type: none
249 shape-image-threshold: 0 269 shape-image-threshold: 0
250 shape-margin: 0px 270 shape-margin: 0px
251 shape-outside: none 271 shape-outside: none
252 shape-rendering: auto 272 shape-rendering: auto
253 speak: normal 273 speak: normal
254 stop-color: rgb(0, 0, 0) 274 stop-color: rgb(0, 0, 0)
255 stop-opacity: 1 275 stop-opacity: 1
256 stroke: none 276 stroke: none
257 stroke-dasharray: none 277 stroke-dasharray: none
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 word-wrap: normal 323 word-wrap: normal
304 writing-mode: horizontal-tb 324 writing-mode: horizontal-tb
305 x: 0px 325 x: 0px
306 y: 0px 326 y: 0px
307 z-index: auto 327 z-index: auto
308 zoom: 1 328 zoom: 1
309 PASS successfullyParsed is true 329 PASS successfullyParsed is true
310 330
311 TEST COMPLETE 331 TEST COMPLETE
312 332
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698