mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-03 04:42:19 +02:00
This prevents font-face rules without a block statement from crashing LibWeb during CSS parsing. The issue was discovered by Lubrsi during CSS parser fuzzing. :) Fixes #14141.