We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d118c5 commit 1564305Copy full SHA for 1564305
src/test/rustdoc-gui/settings.goml
@@ -147,3 +147,12 @@ assert-false: "noscript section"
147
javascript: false
148
reload:
149
assert-css: ("noscript section", {"display": "block"})
150
+javascript: true
151
+
152
+// Check for the display on small screen
153
+show-text: true
154
+reload:
155
+size: (300, 1000)
156
+click: "#settings-menu"
157
+wait-for: "#settings"
158
+assert-css: ("#settings .slider", {"width": "45px"}, ALL)
0 commit comments