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
/
list.html
blob
12ac0c280faa05eb271c7bdcf8cbc16984c141f5
1
<!--
2
@MAC-ALLOW:AXSubrole*
3
-->
4
<html>
5
<style
type
=
"text/css"
>
6
.inlineList li
{
7
display
:
inline
;
8
}
9
</style>
10
<body>
11
<ul>
12
<li>
tic
</li>
13
<li>
tac
</li>
14
<li>
toe
</li>
15
</ul>
16
<ul
class
=
"inlineList"
>
17
<li>
tic
</li>
18
<li>
tac
</li>
19
<li>
toe
</li>
20
</ul>
21
</body>
22
</html>