about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/struct-fields.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/struct-fields.goml')
-rw-r--r--src/test/rustdoc-gui/struct-fields.goml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/rustdoc-gui/struct-fields.goml b/src/test/rustdoc-gui/struct-fields.goml
deleted file mode 100644
index fa3e16cb81e..00000000000
--- a/src/test/rustdoc-gui/struct-fields.goml
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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| })