We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3ca2 commit c645d3eCopy full SHA for c645d3e
src/test/rustdoc-gui/src-font-size.goml
@@ -9,3 +9,8 @@ assert-css: (".impl.has-srclink .code-header", {"font-size": "18px", "font-weigh
9
// Check the impl items.
10
assert-css: (".impl-items .has-srclink .srclink", {"font-size": "16px", "font-weight": 400}, ALL)
11
assert-css: (".impl-items .has-srclink .code-header", {"font-size": "16px", "font-weight": 600}, ALL)
12
+
13
+// Check that we can click on source link
14
+store-document-property: (url, "URL")
15
+click: ".impl-items .has-srclink .srclink"
16
+assert-document-property-false: {"URL": |url|}
0 commit comments