diff options
| author | Ralf Jung <post@ralfj.de> | 2023-01-22 20:39:57 -0500 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-01-22 20:39:57 -0500 |
| commit | e0df0429c49bce88e9d81ead810804047ea26631 (patch) | |
| tree | 5c70e7ac6f8df274ef2fee968f9e8b3fecf76c9f /tests/rustdoc-gui/basic-code.goml | |
| parent | cb7770736c15488ec816d24ed41928d513f56b4c (diff) | |
| parent | 002dbbeafa39d0375ba45d2e9f7bc2d4ae248c59 (diff) | |
| download | rust-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.goml | 2 |
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" |
