mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
Fix GUI test
This commit is contained in:
parent
6763cb9ab7
commit
0d2ff61ef5
@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html
|
||||
size: (1100, 800)
|
||||
// We check that ".item-info" is bigger than its content.
|
||||
assert-css: (".item-info", {"width": "790px"})
|
||||
assert-css: (".item-info .stab", {"width": "339.562px"})
|
||||
assert-css: (".item-info .stab", {"width": "340px"})
|
||||
assert-position: (".item-info .stab", {"x": 295})
|
||||
|
Loading…
Reference in New Issue
Block a user