summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/toggle-implementors.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/toggle-implementors.goml')
-rw-r--r--src/test/rustdoc-gui/toggle-implementors.goml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/rustdoc-gui/toggle-implementors.goml b/src/test/rustdoc-gui/toggle-implementors.goml
deleted file mode 100644
index 8ff5b91af..000000000
--- a/src/test/rustdoc-gui/toggle-implementors.goml
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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)