summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/javascript-disabled.goml
blob: a0872d553af7dfbc777b43fc833020fdddc4cba9 (plain)
1
2
3
4
5
6
// When JavaScript is disabled, we hide the search bar, because it
// can't be used without JS.
javascript: false

go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
assert-css: (".sub", {"display": "none"})