moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
22
mozilla/parser/htmlparser/tests/html/col015.html
Normal file
22
mozilla/parser/htmlparser/tests/html/col015.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<body>
|
||||
test COLGROUP in midlle of a TR.
|
||||
<br> In MS IE4.0, COLGROUP takes effect and starts new TR.
|
||||
<TABLE border>
|
||||
<tr>
|
||||
<td>cell 1-1
|
||||
<td>cell 1-2
|
||||
<COLGROUP span="2" width="150">
|
||||
<COLGROUP span="2" width="0*">
|
||||
<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