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
|
|
|
|
|
|
|
store-property: (codeblock_sub_1, "#codeblock-sub-1", "offsetHeight")
|
|
|
|
assert-property-false: ("#codeblock-sub-3", { "offsetHeight": |codeblock_sub_1| })
|