about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-04-25 14:49:29 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-04-25 15:54:42 +0200
commit175cd9b1998a8d8202a64c98cf3183cc4197478d (patch)
tree299202da6d74941e35f5a8c273b224c54f15d9c7
parentbcad1ec0acea895428a68a86835852e3a01a5a5a (diff)
downloadrust-175cd9b1998a8d8202a64c98cf3183cc4197478d.tar.gz
rust-175cd9b1998a8d8202a64c98cf3183cc4197478d.zip
Remove unneeded rustdoc-gui test because DOM changed
-rw-r--r--src/test/rustdoc-gui/nojs-attr-pos.goml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/rustdoc-gui/nojs-attr-pos.goml b/src/test/rustdoc-gui/nojs-attr-pos.goml
deleted file mode 100644
index 35daa4cb9e3..00000000000
--- a/src/test/rustdoc-gui/nojs-attr-pos.goml
+++ /dev/null
@@ -1,5 +0,0 @@
-// Check that the attributes are well positioned when javascript is disabled (since
-// there is no toggle to display)
-javascript: false
-goto: file://|DOC_PATH|/struct.Foo.html
-assert: (".attributes", {"margin-left": "0px"})