]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/struct-fields.goml
Rollup merge of #105459 - jyn514:proc-macro-default, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc-gui / struct-fields.goml
1 goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
2
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| })