mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
`m_text_node_context->is_first_chunk` was always true because `InlineLevelIterator::next_without_lookahead` never set it to false.
13 lines
114 B
HTML
13 lines
114 B
HTML
<!doctype html>
|
|
<style>
|
|
code{
|
|
border: solid 10px black;
|
|
}
|
|
</style>
|
|
<div>
|
|
<pre>
|
|
hello
|
|
<code></code>
|
|
</pre>
|
|
</div>
|