| <script src="../resources/js-test-pre.js"></script> |
| <script src="../resources/accessibility-helper.js"></script> |
| <mo separator="true">*</mo> |
| <mo fence="true" separator="true">*</mo> |
| <mo>(</mo> <!-- fence per the operator dictionary --> |
| <mo>,</mo> <!-- separator per the operator dictionary --> |
| <mo>;</mo> <!-- separator per the operator dictionary --> |
| <mo>]</mo> <!-- fence per the operator dictionary --> |
| description("This verifies the expected roles and values are exposed for mo."); |
| if (window.accessibilityController) { |
| dumpAccessibilityTree(accessibilityController.accessibleElementById("math"), null, 0, false, false, true); |
| document.getElementById("content").style.visibility = "hidden"; |
| <script src="../resources/js-test-post.js"></script> |