]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/javascript-disabled.goml
Update rustdoc tests
[rust.git] / src / test / rustdoc-gui / javascript-disabled.goml
1 // When JavaScript is disabled, we hide the search bar, because it
2 // can't be used without JS.
3 javascript: false
4
5 goto: file://|DOC_PATH|/test_docs/struct.Foo.html
6 assert-css: (".sub", {"display": "none"})