summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/javascript-disabled.goml
blob: edf179d0d5e6a39944d4fcf70e8e37d987c9c893 (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

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