diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-04-25 14:49:29 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-04-25 15:54:42 +0200 |
| commit | 175cd9b1998a8d8202a64c98cf3183cc4197478d (patch) | |
| tree | 299202da6d74941e35f5a8c273b224c54f15d9c7 | |
| parent | bcad1ec0acea895428a68a86835852e3a01a5a5a (diff) | |
| download | rust-175cd9b1998a8d8202a64c98cf3183cc4197478d.tar.gz rust-175cd9b1998a8d8202a64c98cf3183cc4197478d.zip | |
Remove unneeded rustdoc-gui test because DOM changed
| -rw-r--r-- | src/test/rustdoc-gui/nojs-attr-pos.goml | 5 |
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"}) |
