Skip to content

Commit 191a877

Browse files
authored
Rollup merge of #105939 - GuillaumeGomez:improve-description-gui-test, r=Dylan-DPC
Improve description of struct-fields GUI test I moved the comment at the top of the file and clarified it a little bit. r? `@notriddle`
2 parents ced6f38 + babd174 commit 191a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// This test ensures that each field is on its own line (In other words, they have display: block).
12
goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
23

3-
// Both fields must be on their own line. In other words, they have display: block.
44
store-property: (first_top, "//*[@id='structfield.first']", "offsetTop")
55
assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })

0 commit comments

Comments
 (0)