repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AXSubrole and AXRoleDescription is not exposed for HTML form element.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
form.html
blob
d58db9b95ecf4c9fff946c0108ba234d4ec711cb
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
<form
action
=
"POST"
>
9
<input
type
=
"submit"
>
10
</form>
11
</body>
12
</html>