about summary refs log tree commit diff
path: root/src/test/rustdoc-gui
AgeCommit message (Expand)AuthorLines
2021-07-16Rollup merge of #87188 - GuillaumeGomez:gui-test-auto-hide-trait-impl, r=notr...Guillaume Gomez-0/+20
2021-07-16Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill...Guillaume Gomez-0/+10
2021-07-16feat(rustdoc): open sidebar menu when links inside it are focusedMichael Howell-0/+10
2021-07-16Add GUI test for auto-hide-trait-implementations settingGuillaume Gomez-0/+20
2021-07-16Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddleGuillaume Gomez-0/+10
2021-07-15Add test for sidebar display value on mobileGuillaume Gomez-0/+10
2021-07-15Add regression test for type declaration layout overflowGuillaume Gomez-0/+15
2021-07-14Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddleGuillaume Gomez-0/+14
2021-07-14Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddleGuillaume Gomez-0/+22
2021-07-14Add GUI test to check ayu <code> colorsGuillaume Gomez-0/+14
2021-07-14Add test for codeblocks overflowGuillaume Gomez-0/+22
2021-07-14Rollup merge of #87102 - GuillaumeGomez:go-to-first-feature, r=Manisheart,not...Yuki Okushi-0/+20
2021-07-13Add test for "go to first" featureGuillaume Gomez-0/+20
2021-07-13Add test for keyword/primitive text colorGuillaume Gomez-0/+10
2021-07-13Add test for search results colorsGuillaume Gomez-0/+32
2021-07-12Add test for implementorsGuillaume Gomez-0/+30
2021-07-12Simplify build system for rustdoc-gui test cratesGuillaume Gomez-0/+50
2021-07-01Enable the tests developed with #86594Stefan Schindler-6/+6
2021-06-30Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157bors-2/+15
2021-06-28Add test for item-table with resize to mobileStefan Schindler-0/+42
2021-06-26Add tests to ensure the font-weight is the correct oneGuillaume Gomez-0/+15
2021-06-26Remove erroneously created fileGuillaume Gomez-2/+0
2021-06-24Fixing the test rustdoc by ignoring `*[@id="module-item"]//following-sibling:...Stefan Schindler-5/+5
2021-06-23Fix search filter updateGuillaume Gomez-0/+17
2021-06-23Rollup merge of #86542 - GuillaumeGomez:line-numbers-aligned-with-content, r=...Dylan DPC-39/+41
2021-06-22Add check to ensure that the line numbers are aligned with the source codeGuillaume Gomez-0/+2
2021-06-22Update browser-ui-test versionGuillaume Gomez-39/+39
2021-06-22Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-SimulacrumYuki Okushi-0/+12
2021-06-19Update browser-ui-test versionGuillaume Gomez-100/+100
2021-06-16Factor out render_rightsideJacob Hoffman-Andrews-3/+0
2021-06-16Open trait implementations' toggles by default.Jacob Hoffman-Andrews-0/+5
2021-06-16Allow to pass arguments to rustdoc-gui toolGuillaume Gomez-0/+12
2021-06-13Add test to ensure font-weight is applied correctlyGuillaume Gomez-1/+31
2021-06-08Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jshaYuki Okushi-0/+5
2021-06-07Add test to ensure the result descripton is correctly handling codeblocksGuillaume Gomez-0/+5
2021-06-07Add test to check that font-weight is correctly set on type pageGuillaume Gomez-1/+7
2021-05-31Improve display of the separation between page items and siblings in the sidebarGuillaume Gomez-1/+11
2021-05-31Only list crates on the crate pageGuillaume Gomez-8/+7
2021-05-31Add sidebar GUI testsGuillaume Gomez-0/+58
2021-05-25Add GUI test to check colors of alias in search resultsGuillaume Gomez-0/+15
2021-05-25Update keyword GUI testGuillaume Gomez-4/+3
2021-05-24Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jshaGuillaume Gomez-0/+12
2021-05-22Add test for search result resize widthGuillaume Gomez-0/+12
2021-05-21Add test for search result keyword extra infoGuillaume Gomez-0/+15
2021-05-20Extend escape key checkGuillaume Gomez-3/+10
2021-05-18Add GUI tests for escape handlingGuillaume Gomez-0/+27
2021-05-14Add test for toggle on mobile sizeGuillaume Gomez-0/+21
2021-05-11Update toggle-docs GUI test to last versionGuillaume Gomez-4/+7
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-17/+17
2021-05-10Add test for source code clickable line numberGuillaume Gomez-0/+13