File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ goto: file://|DOC_PATH|/staged_api/struct.Foo.html
3
3
size: (400, 600)
4
4
5
5
font-size: 18
6
+ wait-for: 100 // wait a bit for the resize and the font-size change to be fully taken into account.
6
7
7
8
// The out-of-band info (source, stable version, collapse) should be below the
8
9
// h1 when the screen gets narrow enough.
@@ -18,10 +19,12 @@ assert-property: (".mobile-topbar h2.location", {"offsetHeight": 36})
18
19
assert-css: (".content .out-of-band .since::before", { "content": "\"Since \"" })
19
20
20
21
size: (1000, 1000)
22
+ wait-for: 100 // wait a bit for the resize to be fully taken into account.
21
23
assert-css-false: (".content .out-of-band .since::before", { "content": "\"Since \"" })
22
24
23
25
// On the settings page, the theme buttons should not line-wrap. Instead, they should
24
26
// all be placed as a group on a line below the setting name "Theme."
25
27
goto: file://|DOC_PATH|/settings.html
26
28
size: (400, 600)
27
- compare-elements-position-near-false: ("#preferred-light-theme .setting-name", "#preferred-light-theme .choice", {"y": 16})
29
+ // Ignored for now https://github.com/rust-lang/rust/issues/93784.
30
+ // compare-elements-position-near-false: ("#preferred-light-theme .setting-name", "#preferred-light-theme .choice", {"y": 16})
You can’t perform that action at this time.
0 commit comments