diff options
| author | bors <bors@rust-lang.org> | 2022-12-20 13:58:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-20 13:58:08 +0000 |
| commit | 65bd2a6a73d6a74fb1266a1d96b23de8810a5fb2 (patch) | |
| tree | 6d8890ea02b4e081f670c45d95809c568a502875 /src/test/rustdoc-gui | |
| parent | 8a746f4ac3a489efb724cde813607f3b96c2df7b (diff) | |
| parent | 8db5dd49834d197de3db7d0a201df5bc493833cb (diff) | |
| download | rust-65bd2a6a73d6a74fb1266a1d96b23de8810a5fb2.tar.gz rust-65bd2a6a73d6a74fb1266a1d96b23de8810a5fb2.zip | |
Auto merge of #105951 - matthiaskrgr:rollup-aqxz888, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #105835 (Refactor post borrowck cleanup passes) - #105930 (Disable `NormalizeArrayLen`) - #105938 (Update coerce_unsized tracking issue from #27732 to #18598) - #105939 (Improve description of struct-fields GUI test) - #105943 (Add regression test for #102206) - #105944 (Add regression test for #80816) - #105945 (Add regression test for #57404) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/struct-fields.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/struct-fields.goml b/src/test/rustdoc-gui/struct-fields.goml index 3ec60b58cfd..fa3e16cb81e 100644 --- a/src/test/rustdoc-gui/struct-fields.goml +++ b/src/test/rustdoc-gui/struct-fields.goml @@ -1,5 +1,5 @@ +// This test ensures that each field is on its own line (In other words, they have display: block). goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html" -// Both fields must be on their own line. In other words, they have display: block. store-property: (first_top, "//*[@id='structfield.first']", "offsetTop") assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| }) |
