зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
186215a526
Коммит
f912eaeb79
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче