Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
mark.html
blob: a251556f00b894f4bf996346fe4db752c7ca16e7 [
file
] [
log
] [
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>