rust/src/test/rustdoc-gui/toggled-open-implementations.goml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
320 B
Plaintext
Raw Normal View History

// 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
2021-06-22 04:11:45 -05:00
assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})