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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
input-image.html
blob
12e7af73172ea12e41a022cdbcfb21cec6ece116
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body
id
=
"body"
>
8
<input
type
=
"image"
alt
=
"Submit"
src
=
"greenbox.png"
width=
100
height=
100
>
9
</body>
10
</html>