Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1160 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /html/dom/aria-attribute-reflection-enumerated.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>HTML5 reflection tests: ARIA enumerated attributes</title>
</head>
<body>
<!-- ARIA attributes which were converted from DOMString to enumerated:
- aria-atomic
- aria-autocomplete
- aria-busy
- aria-checked
- aria-current
- aria-disabled
- aria-expanded
- aria-haspopup
- aria-hidden
- aria-invalid
- aria-live
- aria-modal
- aria-multiline
- aria-multiselectable
- aria-orientation
- aria-pressed
- aria-readonly
- aria-required
- aria-selected
- aria-sort
-->
<div id="log"></div>
<script src="/resources/testharness.js"></script>
<script src=/resources/testharnessreport.js></script>
<script src=original-harness.js></script>
<script src=new-harness.js></script>
<script src=elements-aria-enumerated.js></script>
<script src=reflection.js></script>
</body>
</html>