rust/tests/rustdoc-gui/javascript-disabled.goml

7 lines
217 B
Plaintext

// 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"})