summary refs log tree commit diff
path: root/src/test/rustdoc-gui/help-page.goml
AgeCommit message (Collapse)AuthorLines
2022-11-20Extend GUI tests to check kbd colorsGuillaume Gomez-0/+38
2022-11-14rustdoc: add test case for font size in help popoverMichael Howell-0/+2
2022-10-20rustdoc: improve appearance of source page navigation barMichael Howell-6/+6
This commit changes things so that the search bar is exactly centered between the top of the page and the top of the source code content area.
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-0/+24
This allows you to open the help section in a new browser tab, which is a pretty reasonable thing to want for a documentation page.