mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Add GUI test to ensure there is always a theme applied if JS is disabled
This commit is contained in:
parent
2edc54c830
commit
8f9d93bf57
@ -3,4 +3,9 @@
|
||||
javascript: false
|
||||
|
||||
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
|
||||
show-text: true
|
||||
assert-css: (".sub", {"display": "none"})
|
||||
|
||||
// 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"})
|
||||
|
Loading…
Reference in New Issue
Block a user