Skip to content

Commit 0d2ff61

Browse files
Fix GUI test
1 parent 6763cb9 commit 0d2ff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc-gui/item-info-width.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html
44
size: (1100, 800)
55
// We check that ".item-info" is bigger than its content.
66
assert-css: (".item-info", {"width": "790px"})
7-
assert-css: (".item-info .stab", {"width": "339.562px"})
7+
assert-css: (".item-info .stab", {"width": "340px"})
88
assert-position: (".item-info .stab", {"x": 295})

0 commit comments

Comments
 (0)