From c7c7ed780bf356ad77b23b94e4f91bbf5bf8a667 Mon Sep 17 00:00:00 2001 From: Matthew Olsson Date: Sat, 30 Mar 2024 09:56:07 -0700 Subject: [PATCH] LibWeb: Make request-animation-frame-order test async Even though this test worked fine, it does use requestAnimationFrame callbacks, so lets make it async to ensure it doesn't timeout. --- .../Text/input/request-animation-frame-order.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Tests/LibWeb/Text/input/request-animation-frame-order.html b/Tests/LibWeb/Text/input/request-animation-frame-order.html index 24b87c1404c..28421d9d157 100644 --- a/Tests/LibWeb/Text/input/request-animation-frame-order.html +++ b/Tests/LibWeb/Text/input/request-animation-frame-order.html @@ -2,12 +2,20 @@