]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/huge-collection-of-constants.goml
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / 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 )