Bug 1885976 [wpt PR 45174] - Enable missed '.ex-generic' orphaned role tests, a=testonly

Automatic update from web-platform-tests
Enable missed '.ex-generic' orphaned role tests (#45174)

This commit adds calls to verifyGenericRolesBySelector in three test
files, where those calls are missing. There are orphaned role tests
sitting in each file that use the 'ex-generic' class, but since we're
not calling verifyGenericRolesBySelector, they aren't running. This
commit fixes that problem.

Authored-by: Nathan LaPre <nathan@nathanlapre.com>
--

wpt-commits: bd93e9134114536a1fd536c5b5a9f42fad802a2a
wpt-pr: 45174
This commit is contained in:
Nathan LaPré 2024-04-08 17:03:05 +00:00 коммит произвёл moz-wptsync-bot
Родитель 186215a526
Коммит f912eaeb79
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,7 @@
<script>
AriaUtils.verifyRolesBySelector(".ex");
AriaUtils.verifyGenericRolesBySelector(".ex-generic");
</script>
</body>

Просмотреть файл

@ -82,6 +82,7 @@
<script>
AriaUtils.verifyRolesBySelector(".ex");
AriaUtils.verifyGenericRolesBySelector(".ex-generic");
</script>
</body>

Просмотреть файл

@ -93,6 +93,7 @@
<script>
AriaUtils.verifyRolesBySelector(".ex");
AriaUtils.verifyGenericRolesBySelector(".ex-generic");
</script>
</body>