From dd22f48106cfa7a363daacb706ae529068a28913 Mon Sep 17 00:00:00 2001 From: James Teh Date: Mon, 8 Apr 2024 17:02:22 +0000 Subject: [PATCH] Bug 1880418 [wpt PR 44600] - Remove undefined aria-label tests., a=testonly Automatic update from web-platform-tests Remove undefined aria-label tests. (#44600) Many ARIA attributes do support a value of "undefined". However, aria-label expects a string value, which is specified as an "Unconstrained value type." Thus, "undefined" is not a special value for aria-label, and these tests are incorrect. -- wpt-commits: 1e5aba72c99ed91ba4f4cf7695f1e231cfe0944a wpt-pr: 44600 --- testing/web-platform/tests/accname/name/comp_label.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testing/web-platform/tests/accname/name/comp_label.html b/testing/web-platform/tests/accname/name/comp_label.html index 57e2b37af9ff..373940c04d0c 100644 --- a/testing/web-platform/tests/accname/name/comp_label.html +++ b/testing/web-platform/tests/accname/name/comp_label.html @@ -154,13 +154,6 @@ -

Undefined aria-label tests

-alt - - - - -

Name computation precedence tests