summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/item-info-alignment.goml
blob: 94b52f0056b0df8b67000da71c59e4dcd8265cdf (plain)
1
2
3
4
5
6
7
8
9
10
// This test ensures that the "item-info" looks about the same
// whether or not it's inside a toggle.
goto: "file://" + |DOC_PATH| + "/lib2/struct.ItemInfoAlignmentTest.html"

// First, we try it in "desktop" mode.
size: (1200, 870)
compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ("x"))
// Next, we try it in "mobile" mode (max-width: 700px).
size: (650, 650)
compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ("x"))