We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edc54c commit 8f9d93bCopy full SHA for 8f9d93b
tests/rustdoc-gui/javascript-disabled.goml
@@ -3,4 +3,9 @@
3
javascript: false
4
5
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
6
+show-text: true
7
assert-css: (".sub", {"display": "none"})
8
+
9
+// Even though JS is disabled, we should still have themes applied. Links are never black-colored
10
+// if styles are applied so we check that they are not.
11
+assert-css-false: ("a.src", {"color": "#000"})
0 commit comments