about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/lib.rs
AgeCommit message (Collapse)AuthorLines
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-4/+14
Codeblock tooltip position The codeblocks tooltips were misplaced. Normally, there is no top margin applied to a tooltip unless the codeblock is the first element of the doc block. The CSS rule was too vague though, applying it to all tooltips where the codeblock was the first child of its parent. Which can be easily seen with lists: Before: ![Screenshot from 2021-03-22 22-05-16](https://user-images.githubusercontent.com/3050060/112059812-a667ba80-8b5c-11eb-88dd-1c598ceb3766.png) After: ![Screenshot from 2021-03-22 22-06-31](https://user-images.githubusercontent.com/3050060/112059815-a7005100-8b5c-11eb-9e40-8fc57513e498.png) r? ``@Nemo157``
2021-03-23Add test to enforce sidebar trait items orderGuillaume Gomez-2/+7
2021-03-22Add GUI test to enforce tooltip positionGuillaume Gomez-4/+14
2021-03-09Add test to ensure the attributes position when js is disabledGuillaume Gomez-0/+5
2021-02-21Add rustdoc gui testsGuillaume Gomez-0/+67