1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27: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:
Andi Gallo 2023-08-22 06:38:17 +00:00 committed by Andreas Kling
parent cca779e7f6
commit 685ef4ec82
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<pre style="border: 1px solid black">
<span> </span>
</pre>