about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/method-margins.goml
blob: 397bcd40b36c4bbc4a28780e4cd2030a68d3a06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
goto: "file://" + |DOC_PATH| + "/test_docs/trait_members/struct.HasTrait.html#impl-TraitMembers-for-HasTrait"

assert-count: ("#trait-implementations-list > .rustdoc-toggle", 1)

compare-elements-css: (
    // compare margin on type with margin on method
    "#trait-implementations-list .impl-items > .rustdoc-toggle:nth-child(1) > summary",
    "#trait-implementations-list .impl-items > .rustdoc-toggle:nth-child(2) > summary",
    ["margin"]
)

compare-elements-css: (
    // compare margin on type with margin on method
    "#trait-implementations-list .impl-items > .rustdoc-toggle:nth-child(1)",
    "#trait-implementations-list .impl-items > .rustdoc-toggle:nth-child(2)",
    ["margin"]
)