summary refs log tree commit diff
path: root/src/test/rustdoc-gui/notable-trait.goml
AgeCommit message (Collapse)AuthorLines
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-2/+2
It's not obvious why this was ever a separate class name, since even in c4219a478354b464079b1b7ab081e071e8e39765 when it was first added, it was styled identically to regular `fn` links.
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-0/+25
This commit fixes a few inconsistencies and erratic behavior from the notable traits, settings, and sidebar popups: * It makes it so that pressing Escape closes the mobile sidebar. This is a bit difficult to do on iPhone, but on other setups like desktop tiling window managers, it's easy and makes sense. * It makes sure that pressing escape while a notable trait popover is open focuses the popover's toggle button, instead of leaving nothing focused, since that makes more sense with keyboard navigation. Clicking the settings, help, or sidebar buttons, however, will not focus the notable trait popover toggle button. * It ensures that notable trait and settings popovers are exclusive with the mobile sidebar. Nothing should ever overlap a popover, and there should never be more than one popover open at once.
2022-11-19Extend GUI test to check notable traits blur behaviourGuillaume Gomez-0/+30
2022-11-11rustdoc: update test casesMichael Howell-8/+0
2022-11-11rustdoc: make notable traits popover behavior consistent with Help and SettingsMichael Howell-0/+28
2022-11-11rustdoc: use consistent "popover" styling for notable traitsMichael Howell-36/+25
2022-11-07rustdoc: fix font color inheritance from body, and testMichael Howell-0/+73
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-9/+20
Fixes #102576
2022-10-26rustdoc: add test case for positioning of notable trait tooltipMichael Howell-1/+38
2022-10-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-1/+1
2022-09-23rustdoc: fix GUI tests to deal with slightly changed widthMichael Howell-2/+2
2022-09-21rustdoc: update test case for headers without max-widthMichael Howell-1/+1
2022-09-19Add GUI test for notable traits element positionGuillaume Gomez-0/+91