Add GUI test to ensure there is always a theme applied if JS is disabled

This commit is contained in:
Guillaume Gomez 2024-04-03 14:11:23 +02:00
parent 2edc54c830
commit 8f9d93bf57

View File

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