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

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

Issue 2620263002: CSS: Scale 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 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-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 perspective: none 232 perspective: none
233 perspective-origin: 384.5px 0px 233 perspective-origin: 384.5px 0px
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: 0deg 239 rotate: 0deg
240 rx: auto 240 rx: auto
241 ry: auto 241 ry: auto
242 scale: 1 242 scale: none
243 scroll-behavior: auto 243 scroll-behavior: auto
244 scroll-snap-coordinate: none 244 scroll-snap-coordinate: none
245 scroll-snap-destination: 0px 0px 245 scroll-snap-destination: 0px 0px
246 scroll-snap-points-x: none 246 scroll-snap-points-x: none
247 scroll-snap-points-y: none 247 scroll-snap-points-y: none
248 scroll-snap-type: none 248 scroll-snap-type: none
249 shape-image-threshold: 0 249 shape-image-threshold: 0
250 shape-margin: 0px 250 shape-margin: 0px
251 shape-outside: none 251 shape-outside: none
252 shape-rendering: auto 252 shape-rendering: auto
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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