summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/item-summary-table.goml
blob: 4bff32b3d5db137b2a86c9a4340275ac5418c334 (plain)
1
2
3
4
5
6
// This test ensures that <table> elements aren't display in items summary.
goto: file://|DOC_PATH|/lib2/summary_table/index.html
// We check that we picked the right item first.
assert-text: (".item-table .item-left", "Foo")
// Then we check that its summary is empty.
assert-false: ".item-table .item-right"