about summary refs log tree commit diff
path: root/tests/rustdoc-gui/item-summary-table.goml
blob: 7c0dfce30625c1545f5a1702a4544f64c761142f (plain)
1
2
3
4
5
6
// This test ensures that <table> elements aren't display in items summary.
go-to: "file://" + |DOC_PATH| + "/lib2/summary_table/index.html"
// We check that we picked the right item first.
assert-text: (".item-table dt", "Foo")
// Then we check that its summary is empty.
assert-false: ".item-table dd"