From 4a795bef488c2c42087409c84dcd3f3a8e103db6 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 18 Apr 2024 21:17:01 +0200 Subject: [PATCH] Tests/LibWeb: Fix iframe-load-event-for-bad-xml.html test This was supposed to be an async test (and work correctly, too!) This fixes up fa433219388280e0a3b24759f3cb0ed7639ff4a1 --- .../Text/expected/HTML/iframe-load-event-for-bad-xml.txt | 2 +- .../LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Tests/LibWeb/Text/expected/HTML/iframe-load-event-for-bad-xml.txt b/Tests/LibWeb/Text/expected/HTML/iframe-load-event-for-bad-xml.txt index 01ad2f9a66d..5fe986c61c5 100644 --- a/Tests/LibWeb/Text/expected/HTML/iframe-load-event-for-bad-xml.txt +++ b/Tests/LibWeb/Text/expected/HTML/iframe-load-event-for-bad-xml.txt @@ -1 +1 @@ - \ No newline at end of file + OK diff --git a/Tests/LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html b/Tests/LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html index d6457776eca..7f663a7182c 100644 --- a/Tests/LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html +++ b/Tests/LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html @@ -1,10 +1,11 @@