]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-gui/huge-collection-of-constants.goml
New upstream version 1.59.0+dfsg1
[rustc.git] / src / test / rustdoc-gui / huge-collection-of-constants.goml
1 goto: file://|DOC_PATH|/test_docs/huge_amount_of_consts/index.html
2
3 // Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
4
5 compare-elements-position-near-false: (
6 "//*[@class='item-table']//div[last()-1]",
7 "//*[@class='item-table']//div[last()-3]",
8 {"y": 12},
9 )