moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
26
mozilla/htmlparser/tests/html/strike008.html
Normal file
26
mozilla/htmlparser/tests/html/strike008.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>strikeover cross scope with a table</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>strikeover cross scope with a table<br>
|
||||
It starts before table, but ends inside table.
|
||||
<br>It does not effect the table, but the strikeover is terminated after the table.
|
||||
<br>1normal text in body line 1.
|
||||
<STRIKE>
|
||||
text in strikeover.
|
||||
<table border>
|
||||
<tr>
|
||||
<td>This is the first cell in the table
|
||||
<td>This cell 2 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>This is the third cell in the table
|
||||
<td>This is the fourth cell in the table
|
||||
</table>
|
||||
<p>
|
||||
text not in strikeover
|
||||
</STRIKE>
|
||||
<br>2normal text in body line 2.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user