]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/toggle-implementors.goml
Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk
[rust.git] / src / test / rustdoc-gui / toggle-implementors.goml
1 // This test ensures that the implementors toggle are not open by default.
2 goto: "file://" + |DOC_PATH| + "/implementors/trait.Whatever.html"
3
4 assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL)