2024-10-27 05:26:45 -05:00
|
|
|
// This test ensures that each field is on its own line (In other words, they have
|
|
|
|
// `display: block`).
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
|
2022-11-22 15:48:58 -06:00
|
|
|
|
2023-05-10 03:56:59 -05:00
|
|
|
store-property: ("//*[@id='structfield.first']", {"offsetTop": first_top})
|
2022-11-22 15:48:58 -06:00
|
|
|
assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })
|