]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-gui/basic-code.goml
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / rustdoc-gui / basic-code.goml
CommitLineData
9c376795
FG
1// Small test to ensure the "src-line-numbers" element is only present once on
2// the page.
353b0b11 3go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
9c376795
FG
4click: ".srclink"
5wait-for: ".src-line-numbers"
6assert-count: (".src-line-numbers", 1)