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

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

Issue 2019993003: Set "auto" as default for rx and ry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CSS Parsing Created 4 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 display: none element. 1 This test documents all computed styles on a display: none 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 padding-top: 0px 228 padding-top: 0px
229 paint-order: fill stroke markers 229 paint-order: fill stroke markers
230 perspective: none 230 perspective: none
231 perspective-origin: 50% 50% 231 perspective-origin: 50% 50%
232 pointer-events: auto 232 pointer-events: auto
233 position: static 233 position: static
234 r: 0px 234 r: 0px
235 resize: none 235 resize: none
236 right: auto 236 right: auto
237 rotate: 0deg 237 rotate: 0deg
238 rx: 0px 238 rx: auto
239 ry: 0px 239 ry: auto
240 scale: 1 240 scale: 1
241 scroll-behavior: auto 241 scroll-behavior: auto
242 scroll-snap-coordinate: none 242 scroll-snap-coordinate: none
243 scroll-snap-destination: 0px 0px 243 scroll-snap-destination: 0px 0px
244 scroll-snap-points-x: none 244 scroll-snap-points-x: none
245 scroll-snap-points-y: none 245 scroll-snap-points-y: none
246 scroll-snap-type: none 246 scroll-snap-type: none
247 shape-image-threshold: 0 247 shape-image-threshold: 0
248 shape-margin: 0px 248 shape-margin: 0px
249 shape-outside: none 249 shape-outside: none
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 299 word-wrap: normal
300 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
301 x: 0px 301 x: 0px
302 y: 0px 302 y: 0px
303 z-index: auto 303 z-index: auto
304 zoom: 1 304 zoom: 1
305 PASS successfullyParsed is true 305 PASS successfullyParsed is true
306 306
307 TEST COMPLETE 307 TEST COMPLETE
308 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698