summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/struct-fields.goml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 3ec60b58c..000000000
--- a/src/test/rustdoc-gui/struct-fields.goml
+++ /dev/null
@@ -1,5 +0,0 @@
-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| })