2021-10-26 18:50:07 -07:00
|
|
|
// When JavaScript is disabled, we hide the search bar, because it
|
|
|
|
|
// can't be used without JS.
|
|
|
|
|
javascript: false
|
|
|
|
|
|
2023-04-11 19:11:34 +02:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
|
2024-04-03 14:11:23 +02:00
|
|
|
show-text: true
|
2021-10-26 18:50:07 -07:00
|
|
|
assert-css: (".sub", {"display": "none"})
|
2024-04-03 14:11:23 +02:00
|
|
|
|
|
|
|
|
// Even though JS is disabled, we should still have themes applied. Links are never black-colored
|
|
|
|
|
// if styles are applied so we check that they are not.
|
|
|
|
|
assert-css-false: ("a.src", {"color": "#000"})
|