2022-12-04 15:21:05 +01:00
|
|
|
// This test ensures that the margins on methods are coherent inside an impl block.
|
2023-04-11 19:11:34 +02:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/trait_members/struct.HasTrait.html#impl-TraitMembers-for-HasTrait"
|
2022-10-31 07:47:42 -07:00
|
|
|
|
2023-01-10 11:35:37 -07:00
|
|
|
assert-count: ("#trait-implementations-list > .toggle", 1)
|
2022-10-31 07:47:42 -07:00
|
|
|
|
|
|
|
compare-elements-css: (
|
|
|
|
// compare margin on type with margin on method
|
2023-01-10 11:35:37 -07:00
|
|
|
"#trait-implementations-list .impl-items > .toggle:nth-child(1) > summary",
|
|
|
|
"#trait-implementations-list .impl-items > .toggle:nth-child(2) > summary",
|
2022-10-31 07:47:42 -07:00
|
|
|
["margin"]
|
|
|
|
)
|
|
|
|
|
|
|
|
compare-elements-css: (
|
|
|
|
// compare margin on type with margin on method
|
2023-01-10 11:35:37 -07:00
|
|
|
"#trait-implementations-list .impl-items > .toggle:nth-child(1)",
|
|
|
|
"#trait-implementations-list .impl-items > .toggle:nth-child(2)",
|
2022-10-31 07:47:42 -07:00
|
|
|
["margin"]
|
|
|
|
)
|