]> source.dussan.org Git - jquery.git/commit
Tests: fix supportsScroll feature test in offset
authorTimmy Willison <timmywil@users.noreply.github.com>
Mon, 10 Jun 2024 18:50:28 +0000 (14:50 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 18:50:28 +0000 (14:50 -0400)
commit8eb35e8513b0cb7a19677b6934ddd98ad7b6f16f
tree18697993bebd56a722c2c42547d5922e49f7edbc
parent82169df010a84b72f634272fcbfe95672d8d43f2
Tests: fix supportsScroll feature test in offset

- iOS 12 and below do not support scrollTop/Left on the
  window or document. Before 82169df, window.supportsScroll
  was always undefined. There were 2 issues: (1) iOS <=12 do
  support scroll props on the body, so the support test
  wasn't helpful. (2) one test checked the wrong window and
  the value was always undefined, which meant those tests
  never ran in any browser.

Closes gh-5506
test/unit/offset.js