]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/toggled-open-implementations.goml
Update rustdoc tests
[rust.git] / src / test / rustdoc-gui / toggled-open-implementations.goml
1 // This tests that the "implementations" section on struct/enum pages
2 // has all the implementations toggled open by default, so users can
3 // find method names in those implementations with Ctrl-F.
4 goto: file://|DOC_PATH|/test_docs/struct.Foo.html
5 assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})