about summary refs log tree commit diff
path: root/tests/rustdoc-gui/sidebar-mobile-scroll.goml
AgeCommit message (Collapse)AuthorLines
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-30/+11
Fixes the desktop scrolling weirdness mentioned in https://github.com/rust-lang/rust/pull/98775#issuecomment-1182575603 As described in the MDN page for this property: * The current Firefox ESR is 102, and the first Firefox version to support this feature is 59. * The current Chrome version 112, and the first version to support this is 63. * Edge is described as having a minor bug in `none` mode, but we use `contain` mode anyway, so it doesn't matter. * Safari 16, released September 2022, is the last browser to add this feature, and is also the oldest version we officially support.
2023-04-11Update rustdoc GUI tests to new browser-ui-test versionGuillaume Gomez-3/+3
2023-02-12rustdoc: use tighter line height in h1 and h2Michael Howell-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+31