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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/css-property-listing-expected.txt

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Disable touch on mac Created 3 years, 5 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 Blink's web-exposed CSS properties. 1 This test documents Blink's web-exposed CSS properties.
2 All changes to this list should go through Blink's feature review process: http: //www.chromium.org/blink#new-features 2 All changes to this list should go through Blink's feature review process: http: //www.chromium.org/blink#new-features
3 3
4 [LONGHANDS] 4 [LONGHANDS]
5 -webkit-app-region 5 -webkit-app-region
6 -webkit-appearance 6 -webkit-appearance
7 -webkit-background-clip 7 -webkit-background-clip
8 -webkit-background-origin 8 -webkit-background-origin
9 -webkit-border-after-color 9 -webkit-border-after-color
10 -webkit-border-after-style 10 -webkit-border-after-style
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 position 281 position
282 quotes 282 quotes
283 r 283 r
284 resize 284 resize
285 right 285 right
286 rotate 286 rotate
287 rx 287 rx
288 ry 288 ry
289 scale 289 scale
290 scroll-behavior 290 scroll-behavior
291 scroll-boundary-behavior-x
292 scroll-boundary-behavior-y
291 scroll-padding-block-end 293 scroll-padding-block-end
292 scroll-padding-block-start 294 scroll-padding-block-start
293 scroll-padding-bottom 295 scroll-padding-bottom
294 scroll-padding-inline-end 296 scroll-padding-inline-end
295 scroll-padding-inline-start 297 scroll-padding-inline-start
296 scroll-padding-left 298 scroll-padding-left
297 scroll-padding-right 299 scroll-padding-right
298 scroll-padding-top 300 scroll-padding-top
299 scroll-snap-align 301 scroll-snap-align
300 scroll-snap-margin-block-end 302 scroll-snap-margin-block-end
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 break-inside 609 break-inside
608 place-content 610 place-content
609 align-content 611 align-content
610 justify-content 612 justify-content
611 place-items 613 place-items
612 align-items 614 align-items
613 justify-items 615 justify-items
614 place-self 616 place-self
615 align-self 617 align-self
616 justify-self 618 justify-self
619 scroll-boundary-behavior
620 scroll-boundary-behavior-x
621 scroll-boundary-behavior-y
617 scroll-padding 622 scroll-padding
618 scroll-padding-bottom 623 scroll-padding-bottom
619 scroll-padding-left 624 scroll-padding-left
620 scroll-padding-right 625 scroll-padding-right
621 scroll-padding-top 626 scroll-padding-top
622 scroll-padding-block 627 scroll-padding-block
623 scroll-padding-block-end 628 scroll-padding-block-end
624 scroll-padding-block-start 629 scroll-padding-block-start
625 scroll-padding-inline 630 scroll-padding-inline
626 scroll-padding-inline-end 631 scroll-padding-inline-end
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 transition-duration 782 transition-duration
778 -webkit-transition-property 783 -webkit-transition-property
779 transition-property 784 transition-property
780 -webkit-transition-timing-function 785 -webkit-transition-timing-function
781 transition-timing-function 786 transition-timing-function
782 -webkit-user-select 787 -webkit-user-select
783 user-select 788 user-select
784 line-break 789 line-break
785 -webkit-line-break 790 -webkit-line-break
786 791
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698