Skip to content

Commit bd84709

Browse files
committed
rustdoc: add test case for font size in help popover
1 parent 8b34675 commit bd84709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/rustdoc-gui/help-page.goml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ goto: "file://" + |DOC_PATH| + "/help.html"
33
size: (1000, 1000) // Try desktop size first.
44
wait-for: "#help"
55
assert-css: ("#help", {"display": "block"})
6+
assert-css: ("#help dd", {"font-size": "16px"})
67
click: "#help-button > a"
78
assert-css: ("#help", {"display": "block"})
89
compare-elements-property: (".sub", "#help", ["offsetWidth"])
@@ -18,6 +19,7 @@ size: (1000, 1000) // Only supported on desktop.
1819
assert-false: "#help"
1920
click: "#help-button > a"
2021
assert-css: ("#help", {"display": "block"})
22+
assert-css: ("#help dd", {"font-size": "16px"})
2123
click: "#help-button > a"
2224
assert-css: ("#help", {"display": "none"})
2325
compare-elements-property-false: (".sub", "#help", ["offsetWidth"])

0 commit comments

Comments
 (0)