Regression Test files.
Not part of the build. git-svn-id: svn://10.0.0.236/trunk@73536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
29
mozilla/htmlparser/tests/html/6148.html
Normal file
29
mozilla/htmlparser/tests/html/6148.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
BUG:<BR>
|
||||
|
||||
<SPAN style="color:blue"><SPAN>
|
||||
<DIV style="color:red"><DIV>
|
||||
<SPAN style="color:green"><SPAN>
|
||||
</SPAN></SPAN>
|
||||
</DIV></DIV>
|
||||
</SPAN></SPAN>
|
||||
|
||||
<HR>
|
||||
|
||||
NO BUG:<BR>
|
||||
|
||||
<SPAN style="color:blue"><SPAN>
|
||||
<DIV style="color:red"><DIV>
|
||||
<B style="color:green"><B>
|
||||
</B></B>
|
||||
</DIV></DIV>
|
||||
</SPAN></SPAN>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user