summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/toggled-open-implementations.goml
blob: e4d59b5d72858b54759e9d3c1c1ee3afd73023e0 (plain)
1
2
3
4
5
// This tests that the "implementations" section on struct/enum pages
// has all the implementations toggled open by default, so users can
// find method names in those implementations with Ctrl-F.
goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})