We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4653c93 commit babd174Copy full SHA for babd174
src/test/rustdoc-gui/struct-fields.goml
@@ -1,5 +1,5 @@
1
+// This test ensures that each field is on its own line (In other words, they have display: block).
2
goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
3
-// Both fields must be on their own line. In other words, they have display: block.
4
store-property: (first_top, "//*[@id='structfield.first']", "offsetTop")
5
assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })
0 commit comments