Files
ladybird/Tests/LibWeb/Layout/input/leading-metrics.html
zac fca2d71b16 LibWeb: Set is_first_chunk to false as needed in InlineLevelIterator
`m_text_node_context->is_first_chunk` was always true because
`InlineLevelIterator::next_without_lookahead` never set it to false.
2025-09-24 12:33:17 +01:00

13 lines
114 B
HTML

<!doctype html>
<style>
code{
border: solid 10px black;
}
</style>
<div>
<pre>
hello
<code></code>
</pre>
</div>