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
/
caption.html
blob
69141eb6d58643618c6d44aa16f9e4ba43da86cb
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
5
<table>
6
<caption>
Browser and Engine
</caption>
7
<tr>
8
<th>
Browser
</th>
9
<th>
Engine
</th>
10
</tr>
11
<tr>
12
<td>
Chrome
</td>
13
<td>
Blink
</td>
14
</tr>
15
<tr>
16
<td>
Safari
</td>
17
<td>
WebKit
</td>
18
</tr>
19
</table>
20
21
</body>
22
</html>