about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/source-anchor-scroll.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-10-07 20:17:05 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-10-07 20:17:22 +0200
commit8d19d53c60bcebf81030058b0b61f9a286a9c2d6 (patch)
tree5e66df0c887026a07b4d8e017ed531a5552e3fee /src/test/rustdoc-gui/source-anchor-scroll.goml
parent6d4013d983c8090a0319f049214b678d7a5e5f22 (diff)
downloadrust-8d19d53c60bcebf81030058b0b61f9a286a9c2d6.tar.gz
rust-8d19d53c60bcebf81030058b0b61f9a286a9c2d6.zip
Update rustdoc-gui test to new browser-ui-test version
Diffstat (limited to 'src/test/rustdoc-gui/source-anchor-scroll.goml')
-rw-r--r--src/test/rustdoc-gui/source-anchor-scroll.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/source-anchor-scroll.goml b/src/test/rustdoc-gui/source-anchor-scroll.goml
index 47e40aa8e3b..ddfe0c3d1ab 100644
--- a/src/test/rustdoc-gui/source-anchor-scroll.goml
+++ b/src/test/rustdoc-gui/source-anchor-scroll.goml
@@ -1,6 +1,6 @@
 // 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
+goto: "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)