This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ set-window-size: (600, 800)
88assert-property: ("html", {"scrollTop": "0"})
99
1010click: '//a[text() = "barbar"]'
11- assert-property: ("html", {"scrollTop": "125 "})
11+ assert-property: ("html", {"scrollTop": "149 "})
1212click: '//a[text() = "bar"]'
13- assert-property: ("html", {"scrollTop": "156 "})
13+ assert-property: ("html", {"scrollTop": "180 "})
1414click: '//a[text() = "sub_fn"]'
15- assert-property: ("html", {"scrollTop": "53 "})
15+ assert-property: ("html", {"scrollTop": "77 "})
1616
1717// We now check that clicking on lines doesn't change the scroll
1818// Extra information: the "sub_fn" function header is on line 1.
1919click: '//*[@id="6"]'
20- assert-property: ("html", {"scrollTop": "53 "})
20+ assert-property: ("html", {"scrollTop": "77 "})
Original file line number Diff line number Diff line change 1+ // compile-flags: --extend-css extra.css
12//! <div class="extend">text in red</div>
Original file line number Diff line number Diff line change 1+ // compile-flags: -Zunstable-options --generate-link-to-definition
12pub fn sub_fn ( ) {
23 barbar ( ) ;
34}
Original file line number Diff line number Diff line change 1+ // run-flags:-Zrustdoc-scrape-examples
12/// # Examples
23///
34/// ```
You can’t perform that action at this time.
0 commit comments