2021-10-18 16:50:31 +02:00
|
|
|
// This test ensures that the docblock elements have the appropriate left margin.
|
|
|
|
goto: file://|DOC_PATH|/test_docs/fn.foo.html
|
|
|
|
// The top docblock elements shouldn't have left margin...
|
2022-09-19 12:17:05 -07:00
|
|
|
assert-css: ("#main-content .item-decl", {"margin-left": "0px"})
|
2021-10-18 16:50:31 +02:00
|
|
|
// ... but all the others should!
|
2022-09-19 12:17:05 -07:00
|
|
|
assert-css: ("#main-content .docblock", {"margin-left": "24px"})
|