about summary refs log tree commit diff
path: root/src/test/rustdoc-gui
AgeCommit message (Expand)AuthorLines
2022-10-20Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddleMatthias Krüger-0/+18
2022-10-20Add GUI tests for collapse/expand actionsGuillaume Gomez-0/+18
2022-10-20Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddleMatthias Krüger-5/+98
2022-10-19Rollup merge of #103237 - GuillaumeGomez:codeblock-tooltip-cleanup, r=notriddleMatthias Krüger-92/+76
2022-10-19Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomezMatthias Krüger-10/+18
2022-10-19Add regression test for item-decl highlightingGuillaume Gomez-5/+98
2022-10-19Clean up codeblock-tooltip rustdoc-gui testGuillaume Gomez-92/+76
2022-10-18Rollup merge of #103189 - GuillaumeGomez:clean-up-gui-tests, r=notriddleMatthias Krüger-131/+78
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-10/+18
2022-10-18Clean up code-color and headers-color rustdoc GUI testsGuillaume Gomez-131/+78
2022-10-17rustdoc: change mobile breakpoint to match CSSMichael Howell-4/+4
2022-10-17Rollup merge of #103152 - GuillaumeGomez:named-arguments, r=notriddleMatthias Krüger-27/+27
2022-10-17Use named arguments to make test clearerGuillaume Gomez-27/+27
2022-10-17Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomezMatthias Krüger-1/+1
2022-10-16Rollup merge of #103115 - GuillaumeGomez:clean-up-anchors-gui-test, r=notriddleMatthias Krüger-147/+100
2022-10-16Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomezMatthias Krüger-11/+55
2022-10-16Clean up anchors.goml rustdoc GUI testGuillaume Gomez-147/+100
2022-10-15rustdoc: add test cases for links inside the help popoverMichael Howell-4/+24
2022-10-15rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3`Michael Howell-1/+1
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-8/+32
2022-10-15Add more GUI tests for settings pageGuillaume Gomez-2/+9
2022-10-14Rollup merge of #103054 - GuillaumeGomez:cleanup-rust-logo-test, r=notriddleMatthias Krüger-70/+26
2022-10-14Clean up rust-logo rustdoc GUI testGuillaume Gomez-70/+26
2022-10-14Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change...Dylan DPC-1/+73
2022-10-13Improve code for unsafe-fn rustdoc GUI testGuillaume Gomez-31/+22
2022-10-11rustdoc: remove unused classes from sidebarMichael Howell-64/+64
2022-10-11Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomezYuki Okushi-12/+12
2022-10-11Add GUI test for source code pages highlightingGuillaume Gomez-1/+73
2022-10-10rustdoc: remove unneeded `<div>` wrapper from sidebar DOMMichael Howell-12/+12
2022-10-10Simplify result color checksGuillaume Gomez-710/+233
2022-10-08Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomezMatthias Krüger-1/+1
2022-10-08rustdoc: add test case for dimensions and color of unsafe `<sup>`Michael Howell-0/+41
2022-10-08rustdoc: remove mobile topbar from source pages instead of hiding itMichael Howell-1/+1
2022-10-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-149/+149
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-13/+13
2022-10-05Add regression test for hamberger button color in mobile sidebarGuillaume Gomez-3/+4
2022-10-03Extend GUI test to check hover and focus on search resultsGuillaume Gomez-44/+597
2022-10-01Auto merge of #102237 - GuillaumeGomez:sidebar-links-color, r=notriddlebors-0/+233
2022-09-30rustdoc: update test cases for `<section>` tags in traitsMichael Howell-3/+3
2022-09-30rustdoc: add gui test for no-docblock marginsMichael Howell-0/+20
2022-09-30Add GUI test for sidebar links colorGuillaume Gomez-0/+233
2022-09-30Rollup merge of #102491 - notriddle:notriddle/sidebar-opacity, r=GuillaumeGomezMatthias Krüger-11/+8
2022-09-29rustdoc: update test case now that the UI animation is removedMichael Howell-11/+8
2022-09-28rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etcMichael Howell-7/+7
2022-09-27Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddleMatthias Krüger-4/+152
2022-09-27Add GUI regression test for search results colorsGuillaume Gomez-4/+152
2022-09-27Update src/test/rustdoc-gui/sidebar-mobile-scroll.gomlJacob Hoffman-Andrews-3/+3
2022-09-27rustdoc: use CSS containment to speed up renderJacob Hoffman-Andrews-3/+3
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-15/+15
2022-09-25Round offset to whole integerMichael Howell-2/+2