mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
// Test that code blocks nested within <sub> do not have a line height of 0.
|
|
goto: "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| })
|