mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
rustdoc: Update GUI test
This commit is contained in:
parent
5f433f33ed
commit
9b97ae1d8c
@ -14,7 +14,8 @@ set-window-size: (600, 100)
|
||||
assert-size: (".search-results div.desc", {"width": 566})
|
||||
|
||||
// The result set is all on one line.
|
||||
assert-css: (".search-results .result-name > span", {"display": "inline"})
|
||||
assert-css: (".search-results .result-name > span:not(.typename)", {"display": "inline"})
|
||||
assert-css: (".search-results .result-name > span.typename", {"display": "inline-block"})
|
||||
|
||||
// Check that the crate filter `<select>` is correctly handled when it goes to next line.
|
||||
// To do so we need to update the length of one of its `<option>`.
|
||||
|
Loading…
Reference in New Issue
Block a user