a4fe76ff7c
Also, remove the highlighting of the search bar in disabled state. This reduces flicker when loading a page.
7 lines
207 B
Plaintext
7 lines
207 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"})
|