2022-12-14 07:55:45 +08:00
|
|
|
// A docblock on an impl must have a margin to separate it from the contents.
|
2023-04-12 01:11:34 +08:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithImplDoc.html"
|
2022-12-14 07:55:45 +08: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-09 04:29:57 +08:00
|
|
|
"#implementations-list > .implementors-toggle > .docblock > p",
|
|
|
|
"#implementations-list > .implementors-toggle > .impl-items",
|
|
|
|
{"y": 24}
|
2022-12-14 07:55:45 +08:00
|
|
|
)
|