about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/huge-logo.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/huge-logo.goml')
-rw-r--r--src/test/rustdoc-gui/huge-logo.goml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/rustdoc-gui/huge-logo.goml b/src/test/rustdoc-gui/huge-logo.goml
deleted file mode 100644
index 01f06771c15..00000000000
--- a/src/test/rustdoc-gui/huge-logo.goml
+++ /dev/null
@@ -1,21 +0,0 @@
-// huge_logo crate has a custom 712x860 logo
-// test to ensure the maximum size in the layout works correctly
-goto: "file://" + |DOC_PATH| + "/huge_logo/index.html"
-
-size: (1280, 1024)
-// offsetWidth = width of sidebar
-assert-property: (".sidebar .logo-container", {"offsetWidth": "200", "offsetHeight": 100})
-assert-property: (".sidebar .logo-container img", {"offsetWidth": "100", "offsetHeight": 100})
-
-size: (400, 600)
-// offset = size + margin
-assert-property: (".mobile-topbar .logo-container", {"offsetWidth": "55", "offsetHeight": 45})
-assert-property: (".mobile-topbar .logo-container img", {"offsetWidth": "35", "offsetHeight": 35})
-
-goto: "file://" + |DOC_PATH| + "/src/huge_logo/lib.rs.html"
-
-size: (1280, 1024)
-assert-property: (".sub-logo-container", {"offsetWidth": "60", "offsetHeight": 60})
-
-size: (400, 600)
-assert-property: (".sub-logo-container", {"offsetWidth": "35", "offsetHeight": 35})