about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/item-info-alignment.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/item-info-alignment.goml')
-rw-r--r--src/test/rustdoc-gui/item-info-alignment.goml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/rustdoc-gui/item-info-alignment.goml b/src/test/rustdoc-gui/item-info-alignment.goml
deleted file mode 100644
index 94b52f0056b..00000000000
--- a/src/test/rustdoc-gui/item-info-alignment.goml
+++ /dev/null
@@ -1,10 +0,0 @@
-// This test ensures that the "item-info" looks about the same
-// whether or not it's inside a toggle.
-goto: "file://" + |DOC_PATH| + "/lib2/struct.ItemInfoAlignmentTest.html"
-
-// First, we try it in "desktop" mode.
-size: (1200, 870)
-compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ("x"))
-// Next, we try it in "mobile" mode (max-width: 700px).
-size: (650, 650)
-compare-elements-position: (".impl-items > .item-info", "summary > .item-info", ("x"))