mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibWeb: Stop collecting lookahead items on forced break
This avoids a crash since such items don't have a node nor CSS properties. Fixes crashes on Wikipedia pages which contain preformatted code.
This commit is contained in:
parent
cca779e7f6
commit
685ef4ec82
3 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
<pre style="border: 1px solid black">
|
||||
<span> </span>
|
||||
</pre>
|
Loading…
Add table
Add a link
Reference in a new issue