We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source-code-page-code-scroll.goml
1 parent e4d701b commit 84db684Copy full SHA for 84db684
tests/rustdoc-gui/source-code-page-code-scroll.goml
@@ -2,7 +2,7 @@
2
go-to: "file://" + |DOC_PATH| + "/src/test_docs/lib.rs.html"
3
set-window-size: (800, 1000)
4
// "scrollWidth" should be superior than "clientWidth".
5
-assert-property: ("body", {"scrollWidth": 1047, "clientWidth": 800})
+assert-property: ("body", {"scrollWidth": 1114, "clientWidth": 800})
6
7
// Both properties should be equal (ie, no scroll on the code block).
8
-assert-property: (".example-wrap .rust", {"scrollWidth": 933, "clientWidth": 933})
+assert-property: (".example-wrap .rust", {"scrollWidth": 1000, "clientWidth": 1000})
0 commit comments