Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc-gui
/
basic-code.goml
blob: 971c2f9480ea2fb00a6bb7f235af31d5865bec01 [
file
] [
log
] [
blame
]
// 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"
assert
-
count
:
(
".src-line-numbers"
,
1
)