]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/default-settings.goml
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / rustdoc-gui / default-settings.goml
1 // This test ensures that the default settings are correctly applied.
2 //
3 // The "settings" crate uses "ayu" as default setting, which is what we will
4 // check.
5 goto: file://|DOC_PATH|/settings/index.html
6 // Wait a bit to be sure the default theme is applied.
7 // If the theme isn't applied, the command will time out.
8 wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})