We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b809794 commit e710ac1Copy full SHA for e710ac1
src/test/rustdoc-gui/source-code-page.goml
@@ -44,3 +44,6 @@ assert-property: ("#source-sidebar details:first-of-type", {"open": "true"})
44
// And now we collapse it again.
45
click: "#source-sidebar details:first-of-type > summary"
46
assert-property: ("#source-sidebar details:first-of-type", {"open": "false"})
47
+
48
+// Check the spacing.
49
+assert-css: ("#source-sidebar > details.dir-entry", {"padding-left": "4px"})
0 commit comments