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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt

Issue 1158603003: CSS Independent Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Correct equality operators and remove dependencies on size() in parser 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 a div element. 1 This test documents all computed styles on a div 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 page-break-before: auto 222 page-break-before: auto
223 page-break-inside: auto 223 page-break-inside: auto
224 paint-order: fill stroke markers 224 paint-order: fill stroke markers
225 perspective: none 225 perspective: none
226 perspective-origin: 384.5px 0px 226 perspective-origin: 384.5px 0px
227 pointer-events: auto 227 pointer-events: auto
228 position: static 228 position: static
229 r: 0px 229 r: 0px
230 resize: none 230 resize: none
231 right: auto 231 right: auto
232 rotate: 0deg
232 rx: 0px 233 rx: 0px
233 ry: 0px 234 ry: 0px
235 scale: 0
Eric Willigers 2015/06/11 02:15:19 Why isn't this scale: 1 ? Same for others e.g. La
soonm 2015/06/11 23:31:03 Yes this should be 1 instead of 0 here. Done.
234 scroll-behavior: auto 236 scroll-behavior: auto
235 scroll-blocks-on: none 237 scroll-blocks-on: none
236 scroll-snap-coordinate: none 238 scroll-snap-coordinate: none
237 scroll-snap-destination: 0px 0px 239 scroll-snap-destination: 0px 0px
238 scroll-snap-points-x: none 240 scroll-snap-points-x: none
239 scroll-snap-points-y: none 241 scroll-snap-points-y: none
240 scroll-snap-type: none 242 scroll-snap-type: none
241 shape-image-threshold: 0 243 shape-image-threshold: 0
242 shape-margin: 0px 244 shape-margin: 0px
243 shape-outside: none 245 shape-outside: none
(...skipping 27 matching lines...) Expand all
271 text-underline-position: auto 273 text-underline-position: auto
272 top: auto 274 top: auto
273 touch-action: auto 275 touch-action: auto
274 transform: none 276 transform: none
275 transform-origin: 384.5px 0px 277 transform-origin: 384.5px 0px
276 transform-style: flat 278 transform-style: flat
277 transition-delay: 0s 279 transition-delay: 0s
278 transition-duration: 0s 280 transition-duration: 0s
279 transition-property: all 281 transition-property: all
280 transition-timing-function: ease 282 transition-timing-function: ease
283 translate: 0px
281 unicode-bidi: normal 284 unicode-bidi: normal
282 vector-effect: none 285 vector-effect: none
283 vertical-align: baseline 286 vertical-align: baseline
284 visibility: visible 287 visibility: visible
285 white-space: normal 288 white-space: normal
286 widows: 1 289 widows: 1
287 width: 769px 290 width: 769px
288 will-change: auto 291 will-change: auto
289 word-break: normal 292 word-break: normal
290 word-spacing: 0px 293 word-spacing: 0px
291 word-wrap: normal 294 word-wrap: normal
292 writing-mode: lr-tb 295 writing-mode: lr-tb
293 x: 0px 296 x: 0px
294 y: 0px 297 y: 0px
295 z-index: auto 298 z-index: auto
296 zoom: 1 299 zoom: 1
297 PASS successfullyParsed is true 300 PASS successfullyParsed is true
298 301
299 TEST COMPLETE 302 TEST COMPLETE
300 303
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698