From 8fe38f04a3506098bea033e6cf0b8f589c96ed29 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 23 Nov 2023 17:17:54 +0000 Subject: [PATCH] LibWeb: Skip flakey ref test for now We currently do not wait for iframes to finish loading before triggering the document's load event, which creates a race condition for any ref tests that include iframes. Until that gets fixed, let's skip the one affected test. See issue #22012. --- Tests/LibWeb/Ref/{ => skipped}/css-background-repeat.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Tests/LibWeb/Ref/{ => skipped}/css-background-repeat.html (100%) diff --git a/Tests/LibWeb/Ref/css-background-repeat.html b/Tests/LibWeb/Ref/skipped/css-background-repeat.html similarity index 100% rename from Tests/LibWeb/Ref/css-background-repeat.html rename to Tests/LibWeb/Ref/skipped/css-background-repeat.html