summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/codeblock-sub.goml
blob: 03575cc6aaa93556df7c3327984c2239a710d0ce (plain)
1
2
3
4
5
// Test that code blocks nested within <sub> do not have a line height of 0.
go-to: "file://" + |DOC_PATH| + "/test_docs/codeblock_sub/index.html"

store-property: (codeblock_sub_1, "#codeblock-sub-1", "offsetHeight")
assert-property-false: ("#codeblock-sub-3", { "offsetHeight": |codeblock_sub_1| })