Skip to content

Commit

Permalink
Add CSS Overscroll Behavior Module Level 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Jan 27, 2018
1 parent f0a9958 commit fb8d2e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,5 +979,14 @@ window.Specs = {
"max-height": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"column-width": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"]
}
},

"overscroll-behavior" : {
"title": "Overscroll Behavior",
"properties": {
"overscroll-behavior" : [ "contain", "none", "auto" ].times(1, 2),
"overscroll-behavior-x" : [ "contain", "none", "auto" ],
"overscroll-behavior-y" : [ "contain", "none", "auto" ]
}
}
};

0 comments on commit fb8d2e6

Please sign in to comment.