1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:17:36 +00:00

LibWeb: Let HTMLImageElement delay the document load event again

This commit is contained in:
Andreas Kling 2023-05-12 07:48:59 +02:00
parent c648e24cff
commit 9d78619b59
3 changed files with 23 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2018-2023, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/