We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6763cb9 commit 0d2ff61Copy full SHA for 0d2ff61
src/test/rustdoc-gui/item-info-width.goml
@@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html
4
size: (1100, 800)
5
// We check that ".item-info" is bigger than its content.
6
assert-css: (".item-info", {"width": "790px"})
7
-assert-css: (".item-info .stab", {"width": "339.562px"})
+assert-css: (".item-info .stab", {"width": "340px"})
8
assert-position: (".item-info .stab", {"x": 295})
0 commit comments