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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
218 B
Plaintext
Raw Normal View History

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