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

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

Issue 1287623002: Delete blink code for scroll-blocks-on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk (no changes from previous patch) Created 5 years, 4 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 | Annotate | Revision Log
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 pointer-events: auto 231 pointer-events: auto
232 position: static 232 position: static
233 r: 0px 233 r: 0px
234 resize: none 234 resize: none
235 right: auto 235 right: auto
236 rotate: 0deg 236 rotate: 0deg
237 rx: 0px 237 rx: 0px
238 ry: 0px 238 ry: 0px
239 scale: 1 239 scale: 1
240 scroll-behavior: auto 240 scroll-behavior: auto
241 scroll-blocks-on: none
242 scroll-snap-coordinate: none 241 scroll-snap-coordinate: none
243 scroll-snap-destination: 0px 0px 242 scroll-snap-destination: 0px 0px
244 scroll-snap-points-x: none 243 scroll-snap-points-x: none
245 scroll-snap-points-y: none 244 scroll-snap-points-y: none
246 scroll-snap-type: none 245 scroll-snap-type: none
247 shape-image-threshold: 0 246 shape-image-threshold: 0
248 shape-margin: 0px 247 shape-margin: 0px
249 shape-outside: none 248 shape-outside: none
250 shape-rendering: auto 249 shape-rendering: auto
251 speak: normal 250 speak: normal
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 word-wrap: normal 297 word-wrap: normal
299 writing-mode: lr-tb 298 writing-mode: lr-tb
300 x: 0px 299 x: 0px
301 y: 0px 300 y: 0px
302 z-index: auto 301 z-index: auto
303 zoom: 1 302 zoom: 1
304 PASS successfullyParsed is true 303 PASS successfullyParsed is true
305 304
306 TEST COMPLETE 305 TEST COMPLETE
307 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698