Update rustdoc GUI tests to new browser-ui-test version
This commit is contained in:
parent
8aba3f3264
commit
010fa00b80
104 changed files with 308 additions and 308 deletions
|
@ -1,9 +1,9 @@
|
|||
// We check that when the anchor changes and is output of the displayed content,
|
||||
// the page is scrolled to it.
|
||||
goto: "file://" + |DOC_PATH| + "/src/link_to_definition/lib.rs.html"
|
||||
go-to: "file://" + |DOC_PATH| + "/src/link_to_definition/lib.rs.html"
|
||||
|
||||
// We reduce the window size to make it easier to make an element "out of the page".
|
||||
size: (600, 800)
|
||||
set-window-size: (600, 800)
|
||||
// We check that the scroll is at the top first.
|
||||
assert-property: ("html", {"scrollTop": "0"})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue