rust/src/test/rustdoc-gui/javascript-disabled.goml
2022-10-07 20:17:22 +02:00

6 lines
217 B
Text

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