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
Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
img.html
blob
4e143ab8c6c7bba1891fe0dd56853494f5ca0dd3
1
<!--
2
@MAC-ALLOW:AXRoleDescription='image'
3
@WIN-ALLOW:xml-roles:*
4
-->
5
<html>
6
<body>
7
<img
src
=
"pipe.jpg"
alt
=
"pipe"
>
8
<img
src
=
"pipe.jpg"
alt
=
""
>
9
<img
src
=
"pipe.jpg"
alt
=
" "
>
10
</body>
11
</html>