about summary refs log tree commit diff
path: root/tests/rustdoc-gui/basic-code.goml
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-01-22 20:39:57 -0500
committerRalf Jung <post@ralfj.de>2023-01-22 20:39:57 -0500
commite0df0429c49bce88e9d81ead810804047ea26631 (patch)
tree5c70e7ac6f8df274ef2fee968f9e8b3fecf76c9f /tests/rustdoc-gui/basic-code.goml
parentcb7770736c15488ec816d24ed41928d513f56b4c (diff)
parent002dbbeafa39d0375ba45d2e9f7bc2d4ae248c59 (diff)
downloadrust-e0df0429c49bce88e9d81ead810804047ea26631.tar.gz
rust-e0df0429c49bce88e9d81ead810804047ea26631.zip
Merge from rustc
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
-rw-r--r--tests/rustdoc-gui/basic-code.goml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml
index 108cf8abcb5..971c2f9480e 100644
--- a/tests/rustdoc-gui/basic-code.goml
+++ b/tests/rustdoc-gui/basic-code.goml
@@ -1,3 +1,5 @@
+// Small test to ensure the "src-line-numbers" element is only present once on
+// the page.
 goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
 click: ".srclink"
 wait-for: ".src-line-numbers"