1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / test / data / accessibility / html / mark.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='highlight'
@WIN-ALLOW:localized_extended_role='highlight'
-->
<!DOCTYPE html>
<html>
<body>

<p>This test is to check <mark>mark tag</mark>.</p>

</body>
</html>