Add test to ensure that impl blocks are open by default
This commit is contained in:
parent
33a70981e2
commit
bcad1ec0ac
1 changed files with 3 additions and 0 deletions
3
src/test/rustdoc-gui/impl-default-expansion.goml
Normal file
3
src/test/rustdoc-gui/impl-default-expansion.goml
Normal file
|
@ -0,0 +1,3 @@
|
|||
// This test ensures that the impl blocks are open by default.
|
||||
goto: file://|DOC_PATH|/struct.Foo.html
|
||||
assert: ("#main > details.implementors-toggle", "open", "")
|
Loading…
Add table
Reference in a new issue