]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/huge-collection-of-constants.goml
Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez
[rust.git] / src / test / rustdoc-gui / huge-collection-of-constants.goml
1 // Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
2
3 goto: file://|DOC_PATH|/test_docs/huge_amount_of_consts/index.html
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 )