moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/parser/htmlparser/tests/html/col002.html
Normal file
24
mozilla/parser/htmlparser/tests/html/col002.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<body>
|
||||
test COL and COLGROUP
|
||||
<TABLE border>
|
||||
<COLGROUP>
|
||||
<COL width="70">
|
||||
<COL width="120">
|
||||
</COLGROUP>
|
||||
<COLGROUP span="2" width="0*">
|
||||
|
||||
<td>cell 1-1
|
||||
<td>cell 1-2
|
||||
<td>cell 1-3
|
||||
<td>cell 1-4
|
||||
<tr>
|
||||
<td>cell 2-1
|
||||
<td>cell 2-2
|
||||
<td>cell 2-3
|
||||
<td>cell 2-4
|
||||
</table>
|
||||
|
||||
last text
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user