2022-12-19 11:18:10 -06:00
|
|
|
// Test that code blocks nested within <sub> do not have a line height of 0.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/codeblock_sub/index.html"
|
2022-12-19 11:18:10 -06:00
|
|
|
|
2023-05-10 03:56:59 -05:00
|
|
|
store-property: ("#codeblock-sub-1", {"offsetHeight": codeblock_sub_1})
|
2022-12-19 11:18:10 -06:00
|
|
|
assert-property-false: ("#codeblock-sub-3", { "offsetHeight": |codeblock_sub_1| })
|