moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
21
mozilla/parser/htmlparser/tests/html/del007.html
Normal file
21
mozilla/parser/htmlparser/tests/html/del007.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Del open TR </title>
|
||||
</head>
|
||||
<body>
|
||||
test DEL<br>
|
||||
1normal text in body line 1.
|
||||
|
||||
<table border>
|
||||
<tr>
|
||||
<td>This is the first cell in the table
|
||||
<DEL date="19971022">
|
||||
<td>This is the second cell in the table
|
||||
<tr>
|
||||
</DEL>
|
||||
<td>This is the third cell in the table
|
||||
<td>This is the fourth cell in the table
|
||||
</table>
|
||||
2normal text in body line 2.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user