summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/scrape-examples-fonts.goml
blob: b7d7f4ccb4ae6b0e67f687cc0a2dfeba8c14a715 (plain)
1
2
3
4
5
6
7
8
goto: "file://" + |DOC_PATH| + "/scrape_examples/fn.test_many.html"

store-value: (font, '"Fira Sans", Arial, NanumBarunGothic, sans-serif')

wait-for-css: (".scraped-example-title", {"font-family": |font|})
wait-for-css: (".more-examples-toggle summary", {"font-family": |font|})
wait-for-css: (".more-examples-toggle .hide-more", {"font-family": |font|})
wait-for-css: (".example-links a", {"font-family": |font|})