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
/
bug33137.html
blob
beb8d63e91bbff72a402c3a64607719a0c6e008e
1
<html>
2
<body>
3
4
<table
border=
1
>
5
<tr>
6
<td
width=
75
><hr
width=
70
></td>
7
</tr>
8
<tr>
9
<td
width=
75
>
this should wrap within this TD
</td>
10
</tr>
11
12
</table>
13
14
<BR>
15
16
<table
border=
1
>
17
<tr>
18
<td
width=
75
><hr
width=
80
></td>
19
</tr>
20
<tr>
21
<td
width=
75
>
this should wrap within this TD
</td>
22
</tr>
23
24
</table>
25
26
</body>
27
</html>