blob: 8ff5b91af0dd0abe834fcfb0f9bcdea8317c30f5 (
plain)
1
2
3
4
|
// 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)
|