commit 3ad97e6a7a455e73a67fd9d7da677a38e06db287
parent 72b693778bde67386f70dac7b6cc5c45fe63f0eb
Author: David Baron <dbaron@chromium.org>
Date: Wed, 15 Oct 2025 08:21:35 +0000
Bug 1993481 [wpt PR 55312] - Mark focusgroup/tentative/grid-navigation/empty-spaces.html as long timeout., a=testonly
Automatic update from web-platform-tests
Mark focusgroup/tentative/grid-navigation/empty-spaces.html as long timeout.
Also remove a corresponding [ Timeout ] test expectation for Mac14.
Fixed: 431038528
Bug: 40210717
Change-Id: Ice326065bcd3fcb6509fd4e5c29ba7084b389cb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7022331
Reviewed-by: Jacques Newman <janewman@microsoft.com>
Commit-Queue: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1526995}
--
wpt-commits: 3087cec421851b15b8886fbfef17743bb54b6e71
wpt-pr: 55312
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/html/interaction/focus/focusgroup/tentative/grid-navigation/empty-spaces.html b/testing/web-platform/tests/html/interaction/focus/focusgroup/tentative/grid-navigation/empty-spaces.html
@@ -3,6 +3,7 @@
<title>HTML Test: focusgroup - Validate that empty spaces are not troubling our expectations.</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Focusgroup/explainer.md">
+<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
@@ -141,4 +142,4 @@
assert_equals(document.activeElement, r1c7);
}, "An up arrow press should move the focus to the right cell on the previous row, dealing correctly with empty spaces.");
-</script>
-\ No newline at end of file
+</script>