We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e297bbf commit bfb16b9Copy full SHA for bfb16b9
src/test/rustdoc-gui/settings.goml
@@ -65,3 +65,9 @@ assert-local-storage: {"rustdoc-disable-shortcuts": "true"}
65
goto: file://|DOC_PATH|/settings.html
66
wait-for: "#settings"
67
assert-css: (".setting-line .toggle .slider", {"width": "45px", "margin-right": "20px"})
68
+
69
+// We now check the display with JS disabled.
70
+assert-false: "noscript section"
71
+javascript: false
72
+reload:
73
+assert-css: ("noscript section", {"display": "block"})
0 commit comments