Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc-gui
/
toggle-implementors.goml
blob: 8ff5b91af0dd0abe834fcfb0f9bcdea8317c30f5 [
file
] [
log
] [
blame
]
// 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
)