roles-generic.tentative.html (686B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Tentative: HTML-AAM Generic Role Verification Tests</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="/resources/testdriver.js"></script> 8 <script src="/resources/testdriver-vendor.js"></script> 9 <script src="/resources/testdriver-actions.js"></script> 10 <script src="/wai-aria/scripts/aria-utils.js"></script> 11 </head> 12 <body> 13 14 <li data-testname="el-li-orphaned" class="ex-generic">x</li><!-- todo: should orphaned roles be tested in a new ./roles-orphaned.html file? --> 15 16 <script> 17 AriaUtils.verifyGenericRolesBySelector(".ex-generic"); 18 </script> 19 20 </body> 21 </html>