From 175cd9b1998a8d8202a64c98cf3183cc4197478d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 25 Apr 2021 14:49:29 +0200 Subject: [PATCH] Remove unneeded rustdoc-gui test because DOM changed --- src/test/rustdoc-gui/nojs-attr-pos.goml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/test/rustdoc-gui/nojs-attr-pos.goml 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 35daa4cb9e32..000000000000 --- 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"})