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

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

Issue 2643643007: CSS: Translate support for none. (Closed)
Patch Set: Created 3 years, 11 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 text-underline-position: auto 282 text-underline-position: auto
283 top: auto 283 top: auto
284 touch-action: auto 284 touch-action: auto
285 transform: none 285 transform: none
286 transform-origin: 0px 0px 286 transform-origin: 0px 0px
287 transform-style: flat 287 transform-style: flat
288 transition-delay: 0s 288 transition-delay: 0s
289 transition-duration: 0s 289 transition-duration: 0s
290 transition-property: all 290 transition-property: all
291 transition-timing-function: ease 291 transition-timing-function: ease
292 translate: 0px 292 translate: none
293 unicode-bidi: normal 293 unicode-bidi: normal
294 user-select: text 294 user-select: text
295 vector-effect: none 295 vector-effect: none
296 vertical-align: baseline 296 vertical-align: baseline
297 visibility: visible 297 visibility: visible
298 white-space: normal 298 white-space: normal
299 widows: 2 299 widows: 2
300 width: auto 300 width: auto
301 will-change: auto 301 will-change: auto
302 word-break: normal 302 word-break: normal
303 word-spacing: 0px 303 word-spacing: 0px
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