]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/help-page.goml
Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=GuillaumeGomez
[rust.git] / src / test / rustdoc-gui / help-page.goml
index 521e14748af12bd431ed5de839657a3a9e5bca99..392f17bfd47c12a52ce2a6bed3baebcb63967096 100644 (file)
@@ -3,6 +3,7 @@ goto: "file://" + |DOC_PATH| + "/help.html"
 size: (1000, 1000) // Try desktop size first.
 wait-for: "#help"
 assert-css: ("#help", {"display": "block"})
+assert-css: ("#help dd", {"font-size": "16px"})
 click: "#help-button > a"
 assert-css: ("#help", {"display": "block"})
 compare-elements-property: (".sub", "#help", ["offsetWidth"])
@@ -18,6 +19,7 @@ size: (1000, 1000) // Only supported on desktop.
 assert-false: "#help"
 click: "#help-button > a"
 assert-css: ("#help", {"display": "block"})
+assert-css: ("#help dd", {"font-size": "16px"})
 click: "#help-button > a"
 assert-css: ("#help", {"display": "none"})
 compare-elements-property-false: (".sub", "#help", ["offsetWidth"])