diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-09-01 20:34:51 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-09-01 20:34:51 +0200 |
| commit | 92dae39b64224ca9f706f5de8df09a72559947c5 (patch) | |
| tree | ed0c2d9cb4ef4f9f5a42dbc4ff61912040450180 /src/test/rustdoc-gui/toggle-implementors.goml | |
| parent | fba4149bf1d8959299379a5dc351a61bdb5b8c92 (diff) | |
| download | rust-92dae39b64224ca9f706f5de8df09a72559947c5.tar.gz rust-92dae39b64224ca9f706f5de8df09a72559947c5.zip | |
Remove implementors setting
Diffstat (limited to 'src/test/rustdoc-gui/toggle-implementors.goml')
| -rw-r--r-- | src/test/rustdoc-gui/toggle-implementors.goml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/test/rustdoc-gui/toggle-implementors.goml b/src/test/rustdoc-gui/toggle-implementors.goml index 4b2a266c712..15521ff0f49 100644 --- a/src/test/rustdoc-gui/toggle-implementors.goml +++ b/src/test/rustdoc-gui/toggle-implementors.goml @@ -1,13 +1,4 @@ -// This test ensures two things: -// -// 1. The implementors toggle are not open by default. -// 2. The "auto-collapse-implementors" setting is working as expected. +// This test ensures that the implementors toggle are not open by default. goto: file://|DOC_PATH|/implementors/trait.Whatever.html -// First, checking that they are not open by default. assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL) - -// Second, checking "auto-collapse-implementors" setting. -local-storage: {"rustdoc-auto-collapse-implementors": false} -reload: -assert-attribute: ("#implementors-list > details", {"open": ""}, ALL) |
