2021-06-13 21:50:11 +02:00
|
|
|
goto: file://|DOC_PATH|/lib2/struct.Foo.html
|
|
|
|
// This test checks that the font weight is correctly applied.
|
2021-06-19 12:56:55 +02:00
|
|
|
assert-css: ("//*[@class='docblock type-decl']//a[text()='Alias']", {"font-weight": "400"})
|
|
|
|
assert-css: ("//*[@class='structfield small-section-header']//a[text()='Alias']", {"font-weight": "400"})
|
2021-07-25 21:41:57 +00:00
|
|
|
assert-css: ("#method\.a_method > .code-header", {"font-weight": "600"})
|
|
|
|
assert-css: ("#associatedtype\.X > .code-header", {"font-weight": "600"})
|
|
|
|
assert-css: ("#associatedconstant\.Y > .code-header", {"font-weight": "600"})
|
2021-06-26 21:38:24 +02:00
|
|
|
|
|
|
|
goto: file://|DOC_PATH|/test_docs/type.SomeType.html
|
|
|
|
assert-css: (".top-doc .docblock p", {"font-weight": "400"}, ALL)
|
|
|
|
|
|
|
|
goto: file://|DOC_PATH|/test_docs/struct.Foo.html
|
|
|
|
assert-css: (".impl-items .method", {"font-weight": "600"}, ALL)
|
|
|
|
|
|
|
|
goto: file://|DOC_PATH|/lib2/trait.Trait.html
|
|
|
|
assert-count: (".methods .type", 1)
|
|
|
|
assert-css: (".methods .type", {"font-weight": "600"})
|
|
|
|
assert-count: (".methods .constant", 1)
|
|
|
|
assert-css: (".methods .constant", {"font-weight": "600"})
|
|
|
|
assert-css: (".methods .method", {"font-weight": "600"})
|