about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/overflow-tooltip-information.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/overflow-tooltip-information.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/overflow-tooltip-information.goml')
-rw-r--r--src/test/rustdoc-gui/overflow-tooltip-information.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/overflow-tooltip-information.goml b/src/test/rustdoc-gui/overflow-tooltip-information.goml
index f481f82c234..09ad6cdd7ac 100644
--- a/src/test/rustdoc-gui/overflow-tooltip-information.goml
+++ b/src/test/rustdoc-gui/overflow-tooltip-information.goml
@@ -1,7 +1,7 @@
 // The goal of this test is to ensure that the tooltip `.information` class doesn't
 // have overflow and max-width CSS rules set because they create a bug in firefox on
 // mac. For more information: https://github.com/rust-lang/rust/issues/89185
-goto: file://|DOC_PATH|/test_docs/fn.foo.html
+goto: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
 assert-css: (".docblock > .example-wrap .tooltip", {
     "overflow-x": "visible",
     "max-width": "none"