Add GUI regression test for tooltips i icons
This commit is contained in:
parent
b4f404b581
commit
22607491bb
1 changed files with 15 additions and 0 deletions
15
tests/rustdoc-gui/tooltips.goml
Normal file
15
tests/rustdoc-gui/tooltips.goml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// This test checks that the right font is applied to the `i` tooltip element.
|
||||
|
||||
define-function: (
|
||||
"check-font",
|
||||
[path],
|
||||
block {
|
||||
go-to: "file://" + |DOC_PATH| + "/test_docs/" + |path|
|
||||
assert-css: (
|
||||
"a.tooltip", {"font-family": '"Source Serif 4", NanumBarunGothic, serif'}, ALL,
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
call-function: ("check-font", {"path": "tooltips/fn.bar.html"})
|
||||
call-function: ("check-font", {"path": "tooltips/struct.X.html"})
|
||||
Loading…
Add table
Add a link
Reference in a new issue