blob: c4056275d3e1e034bf8cdda3c1ddd79f847db3a8 (
plain)
1
2
3
4
|
// This test ensures that the implementors toggle are not open by default.
go-to: "file://" + |DOC_PATH| + "/implementors/trait.Whatever.html"
assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL)
|