rust/tests/rustdoc-gui/toggle-implementors.goml

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

5 lines
219 B
Plaintext
Raw Normal View History

2021-09-02 02:34:51 +08:00
// This test ensures that the implementors toggle are not open by default.
goto: "file://" + |DOC_PATH| + "/implementors/trait.Whatever.html"
assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL)