| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -2/+2 | |
| 2022-09-10 | Update rustdoc GUI tests | Guillaume Gomez | -4/+4 | |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -4/+4 | |
| This commit moves the tooltip into example-wrap, simplifying allowing several overly-complex things to be fixed: * The mousover javascript can be removed, because hovering example-wrap can style the tooltip inside. * The sibling selecor can be removed, because hovering the tooltip also hovers the wrapper, which can hover the codeblock itself. * The relative positioning of the `<li>` tag, which was added in e861efd9f9ca45c1048a256812dfe8faffbb1367 to fix the positioning of the code tooltip, can now be removed, because example-wrap itself already has relative positioning. | ||||
| 2022-01-21 | Add missing GUI test explanations | Guillaume Gomez | -0/+2 | |
| 2021-06-19 | Update browser-ui-test version | Guillaume Gomez | -4/+4 | |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field ↵ | Guillaume Gomez | -1/+1 | |
| for more libraries | ||||
| 2021-03-22 | Add GUI test to enforce tooltip position | Guillaume Gomez | -0/+9 | |
