rust/tests/rustdoc-gui/item-info-alignment.goml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
504 B
Plaintext
Raw Permalink Normal View History

// This test ensures that the "item-info" looks about the same
// whether or not it's inside a toggle.
go-to: "file://" + |DOC_PATH| + "/lib2/struct.ItemInfoAlignmentTest.html"
// First, we try it in "desktop" mode.
set-window-size: (1200, 870)
2024-04-01 14:11:22 -05:00
compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ["x"])
// Next, we try it in "mobile" mode (max-width: 700px).
set-window-size: (650, 650)
2024-04-01 14:11:22 -05:00
compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ["x"])