From 301d58e2d97ef45ddff157ae38adff0f86c68c91 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 3 Dec 2023 08:21:58 -0500 Subject: [PATCH] LibWeb: Fire the `change` event synchronously when committing changes The spec does not say to do this asynchronously on a task queue. --- Tests/LibWeb/Text/input/input-commit.html | 3 +-- Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Tests/LibWeb/Text/input/input-commit.html b/Tests/LibWeb/Text/input/input-commit.html index a3140eae073..c89c05e8c51 100644 --- a/Tests/LibWeb/Text/input/input-commit.html +++ b/Tests/LibWeb/Text/input/input-commit.html @@ -1,12 +1,11 @@