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