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

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

Issue 1158603003: CSS Independent Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 5 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-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 page-break-before: auto 225 page-break-before: auto
226 page-break-inside: auto 226 page-break-inside: auto
227 paint-order: fill stroke markers 227 paint-order: fill stroke markers
228 perspective: none 228 perspective: none
229 perspective-origin: 0px 0px 229 perspective-origin: 0px 0px
230 pointer-events: auto 230 pointer-events: auto
231 position: static 231 position: static
232 r: 0px 232 r: 0px
233 resize: none 233 resize: none
234 right: auto 234 right: auto
235 rotate: 0deg
235 rx: 0px 236 rx: 0px
236 ry: 0px 237 ry: 0px
238 scale: 1
237 scroll-behavior: auto 239 scroll-behavior: auto
238 scroll-blocks-on: none 240 scroll-blocks-on: none
239 scroll-snap-coordinate: none 241 scroll-snap-coordinate: none
240 scroll-snap-destination: 0px 0px 242 scroll-snap-destination: 0px 0px
241 scroll-snap-points-x: none 243 scroll-snap-points-x: none
242 scroll-snap-points-y: none 244 scroll-snap-points-y: none
243 scroll-snap-type: none 245 scroll-snap-type: none
244 shape-image-threshold: 0 246 shape-image-threshold: 0
245 shape-margin: 0px 247 shape-margin: 0px
246 shape-outside: none 248 shape-outside: none
(...skipping 27 matching lines...) Expand all
274 text-underline-position: auto 276 text-underline-position: auto
275 top: auto 277 top: auto
276 touch-action: auto 278 touch-action: auto
277 transform: none 279 transform: none
278 transform-origin: 0px 0px 280 transform-origin: 0px 0px
279 transform-style: flat 281 transform-style: flat
280 transition-delay: 0s 282 transition-delay: 0s
281 transition-duration: 0s 283 transition-duration: 0s
282 transition-property: all 284 transition-property: all
283 transition-timing-function: ease 285 transition-timing-function: ease
286 translate: 0px
284 unicode-bidi: normal 287 unicode-bidi: normal
285 vector-effect: none 288 vector-effect: none
286 vertical-align: baseline 289 vertical-align: baseline
287 visibility: visible 290 visibility: visible
288 white-space: normal 291 white-space: normal
289 widows: 1 292 widows: 1
290 width: auto 293 width: auto
291 will-change: auto 294 will-change: auto
292 word-break: normal 295 word-break: normal
293 word-spacing: 0px 296 word-spacing: 0px
294 word-wrap: normal 297 word-wrap: normal
295 writing-mode: lr-tb 298 writing-mode: lr-tb
296 x: 0px 299 x: 0px
297 y: 0px 300 y: 0px
298 z-index: auto 301 z-index: auto
299 zoom: 1 302 zoom: 1
300 PASS successfullyParsed is true 303 PASS successfullyParsed is true
301 304
302 TEST COMPLETE 305 TEST COMPLETE
303 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698