about summary refs log tree commit diff
path: root/tests/rustdoc-gui/theme-change.goml
AgeCommit message (Collapse)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-2/+2
2024-04-05Use `include` command to reduce code duplicationGuillaume Gomez-4/+3
2023-09-14rusdoc: add gui test for custom CSS themesMichael Howell-0/+33
Based on https://github.com/rust-lang/rust/pull/115829#issuecomment-1720056602
2023-06-07Migrate GUI colors test to original CSS color formatGuillaume Gomez-3/+3
2023-04-11Update rustdoc GUI tests to new browser-ui-test versionGuillaume Gomez-4/+4
2023-01-23rustdoc: simplify settings popover DOMMichael Howell-4/+4
* Changes the class names so that they all start with `setting-`. That should make it harder to accidentally use a setting class outside the settings popover, where loading the CSS might accidentally change the styles of something unrelated. * Get rid of an unnecessary wrapper DIV around the radio button line. * Simplify CSS selectors by making the DOM easier and more intuitive to target.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+67