summary refs log tree commit diff
path: root/src/test/rustdoc-gui
AgeCommit message (Collapse)AuthorLines
2021-04-25Add test to ensure that the element pointed to by the URL hash is "expanded"Guillaume Gomez-0/+18
2021-04-25Remove unneeded rustdoc-gui test because DOM changedGuillaume Gomez-5/+0
2021-04-25Add test to ensure that impl blocks are open by defaultGuillaume Gomez-0/+3
2021-04-23improve wordingArpad Borsos-1/+7
2021-04-01Add test to ensure search tabs behaviourGuillaume Gomez-0/+21
2021-03-25Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpiderYuki Okushi-0/+12
Add documentation for rustdoc-gui tests I think a bit of documentation doesn't hurt in this case considering how "out of the ordinary" this is. r? ``@jyn514``
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-4/+23
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 documentation for rustdoc-gui testsGuillaume Gomez-0/+12
2021-03-23Add test to enforce sidebar trait items orderGuillaume Gomez-2/+14
2021-03-22Add GUI test to enforce tooltip positionGuillaume Gomez-4/+23
2021-03-09Add test to ensure the attributes position when js is disabledGuillaume Gomez-0/+10
2021-02-28Add GUI testsGuillaume Gomez-0/+37
2021-02-21Add rustdoc gui testsGuillaume Gomez-0/+100