Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
5
tests/rustdoc-gui/struct-fields.goml
Normal file
5
tests/rustdoc-gui/struct-fields.goml
Normal file
|
@ -0,0 +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"
|
||||
|
||||
store-property: (first_top, "//*[@id='structfield.first']", "offsetTop")
|
||||
assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })
|
Loading…
Add table
Add a link
Reference in a new issue