diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-10-27 11:26:45 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-10-27 11:26:45 +0100 |
| commit | c50bfda34f6559211688957d50a21207f46fdcb5 (patch) | |
| tree | eb20270d7b04b940caaa64877cd8bd310e5d7f97 /tests/rustdoc-gui/struct-fields.goml | |
| parent | de7cef75be8fab7a7e1b4d5bb01b51b4bac925c3 (diff) | |
| download | rust-c50bfda34f6559211688957d50a21207f46fdcb5.tar.gz rust-c50bfda34f6559211688957d50a21207f46fdcb5.zip | |
Add GUI regression test for doc struct fields margins
Diffstat (limited to 'tests/rustdoc-gui/struct-fields.goml')
| -rw-r--r-- | tests/rustdoc-gui/struct-fields.goml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/struct-fields.goml b/tests/rustdoc-gui/struct-fields.goml index 3c87a4cd654..302a1a0d80b 100644 --- a/tests/rustdoc-gui/struct-fields.goml +++ b/tests/rustdoc-gui/struct-fields.goml @@ -1,4 +1,5 @@ -// This test ensures that each field is on its own line (In other words, they have display: block). +// This test ensures that each field is on its own line (In other words, they have +// `display: block`). go-to: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html" store-property: ("//*[@id='structfield.first']", {"offsetTop": first_top}) |
