Skip to content

Commit 0cfa37a

Browse files
committed
trigger rustdoc-gui error
1 parent 484c8e7 commit 0cfa37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/anchor-navigable.goml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
88
// We check that ".item-info" is bigger than its content.
99
move-cursor-to: ".impl"
1010
assert-property: (".impl > a.anchor", {"offsetWidth": "8"})
11-
assert-css: (".impl > a.anchor", {"left": "-8px"})
11+
assert-css: (".impl > a.anchor", {"left": "-888px"})

0 commit comments

Comments
 (0)