about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/toggle-implementors.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-01 20:34:51 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-01 20:34:51 +0200
commit92dae39b64224ca9f706f5de8df09a72559947c5 (patch)
treeed0c2d9cb4ef4f9f5a42dbc4ff61912040450180 /src/test/rustdoc-gui/toggle-implementors.goml
parentfba4149bf1d8959299379a5dc351a61bdb5b8c92 (diff)
downloadrust-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.goml11
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)