(el, x)
| 675 | } |
| 676 | // for all other elements |
| 677 | function overflowAutoOrScroll(el, x) { |
| 678 | return /^(scroll|auto)$/.test(computedOverflow(el, x)); |
| 679 | } |
| 680 | // for all other elements |
| 681 | function isScrollBehaviorSmooth(el) { |
| 682 | let id = uniqueID(el); |
no test coverage detected