2022-12-13 16:55:45 -07:00
|
|
|
// A docblock on an impl must have a margin to separate it from the contents.
|
2023-04-11 19:11:34 +02:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithImplDoc.html"
|
2022-12-13 16:55:45 -07:00
|
|
|
|
|
|
|
// The text is about 24px tall, so if there's a margin, then their position will be >24px apart
|
|
|
|
compare-elements-position-near-false: (
|
2023-01-08 21:29:57 +01:00
|
|
|
"#implementations-list > .implementors-toggle > .docblock > p",
|
|
|
|
"#implementations-list > .implementors-toggle > .impl-items",
|
|
|
|
{"y": 24}
|
2022-12-13 16:55:45 -07:00
|
|
|
)
|