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

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

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 rx: 0px 232 rx: 0px
233 ry: 0px 233 ry: 0px
234 scroll-behavior: auto 234 scroll-behavior: auto
235 scroll-blocks-on: none 235 scroll-blocks-on: none
236 scroll-snap-coordinate: none
237 scroll-snap-destination: 0px 0px
238 scroll-snap-points-x: none
239 scroll-snap-points-y: none
240 scroll-snap-type: none
236 shape-image-threshold: 0 241 shape-image-threshold: 0
237 shape-margin: 0px 242 shape-margin: 0px
238 shape-outside: none 243 shape-outside: none
239 shape-rendering: auto 244 shape-rendering: auto
240 speak: normal 245 speak: normal
241 stop-color: rgb(0, 0, 0) 246 stop-color: rgb(0, 0, 0)
242 stop-opacity: 1 247 stop-opacity: 1
243 stroke: none 248 stroke: none
244 stroke-dasharray: none 249 stroke-dasharray: none
245 stroke-dashoffset: 0px 250 stroke-dashoffset: 0px
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 word-wrap: normal 291 word-wrap: normal
287 writing-mode: lr-tb 292 writing-mode: lr-tb
288 x: 0px 293 x: 0px
289 y: 0px 294 y: 0px
290 z-index: auto 295 z-index: auto
291 zoom: 1 296 zoom: 1
292 PASS successfullyParsed is true 297 PASS successfullyParsed is true
293 298
294 TEST COMPLETE 299 TEST COMPLETE
295 300
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698