** NOT PART OF THE BUILD ** | Moving parser test cases from logparse dir. to html dir.
git-svn-id: svn://10.0.0.236/trunk@124618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/htmlparser/tests/html/93365.html
Normal file
24
mozilla/htmlparser/tests/html/93365.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
font {
|
||||
font-size: 20pt;
|
||||
color: yellow;
|
||||
background-color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<font face="courier">
|
||||
|
||||
this text is above a table.
|
||||
|
||||
<TABLE border=1><TR><TD>
|
||||
this text is inside a table.
|
||||
</td></tr></table>
|
||||
|
||||
this text is below a table.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user