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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
tables
/
mozilla
/
bugs
/
bug133756-1.html
blob
d882dacfd93fc8d415dd8dfdd66e7a022c97d259
1
<!DOCTYPE
HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.dtd"
>
3
<html><head>
4
<title>
das Leben
</title>
5
</head>
6
<body>
7
<table
cellpadding
=
"0"
cellspacing
=
"0"
summary
=
""
>
8
<tbody>
9
<tr>
10
<td
rowspan
=
"4"
>
11
<p>
blah blah
</p>
12
</td>
13
</tr>
14
<tr
height
=
"25%"
>
15
<!-- <td></td> -->
16
</tr>
17
<tr
height
=
"25%"
>
18
<!-- <td></td> -->
19
</tr>
20
<tr
height
=
"25%"
>
21
<!-- <td></td> -->
22
</tr>
23
</tbody>
24
</table>
25
<p>
text at the bottom
</p>
26
</body>
27
</html>