mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
// 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 .item-name", "Foo")
|
|
// Then we check that its summary is empty.
|
|
assert-false: ".item-table .desc"
|