@@ -34,15 +34,15 @@ assert-css: ("#impl a.anchor", {"color": "rgb(0, 0, 0)"})
34
34
move-cursor-to: ".top-doc .docblock .section-header:first-child"
35
35
assert-css: (
36
36
".top-doc .docblock .section-header:first-child > a::before",
37
- {"left": "-10px", "padding-right": "10px"}
37
+ {"left": "-10px", "padding-right": "10px"},
38
38
)
39
39
// We also check that the heading itself has a different indent.
40
40
assert-css: (".top-doc .docblock .section-header:first-child", {"margin-left": "15px"})
41
41
42
42
move-cursor-to: ".top-doc .docblock .section-header:not(:first-child)"
43
43
assert-css: (
44
44
".top-doc .docblock .section-header:not(:first-child) > a::before",
45
- {"left": "-25px", "padding-right": "10px"}
45
+ {"left": "-25px", "padding-right": "10px"},
46
46
)
47
47
assert-css: (".top-doc .docblock .section-header:not(:first-child)", {"margin-left": "0px"})
48
48
@@ -51,14 +51,14 @@ assert-css: (".top-doc .docblock .section-header:not(:first-child)", {"margin-le
51
51
move-cursor-to: "#title-for-struct-impl-doc"
52
52
assert-css: (
53
53
"#title-for-struct-impl-doc > a::before",
54
- {"left": "-25px", "padding-right": "10px"}
54
+ {"left": "-25px", "padding-right": "10px"},
55
55
)
56
56
assert-css: ("#title-for-struct-impl-doc", {"margin-left": "0px"})
57
57
// Now a method docs.
58
58
move-cursor-to: "#title-for-struct-impl-item-doc"
59
59
assert-css: (
60
60
"#title-for-struct-impl-item-doc > a::before",
61
- {"left": "-25px", "padding-right": "10px"}
61
+ {"left": "-25px", "padding-right": "10px"},
62
62
)
63
63
assert-css: ("#title-for-struct-impl-item-doc", {"margin-left": "0px"})
64
64
@@ -69,6 +69,6 @@ goto: file://|DOC_PATH|/test_docs/enum.WhoLetTheDogOut.html
69
69
move-cursor-to: ".top-doc .docblock .section-header"
70
70
assert-css: (
71
71
".top-doc .docblock .section-header > a::before",
72
- {"left": "-25px", "padding-right": "10px"}
72
+ {"left": "-25px", "padding-right": "10px"},
73
73
)
74
74
assert-css: (".top-doc .docblock .section-header", {"margin-left": "0px"})
0 commit comments