RetroZilla/parser/htmlparser/tests/html/6148.html

30 lines
395 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>Bug</title>
</head>
<body>
BUG:<BR>
<SPAN style="color:blue">&lt;SPAN>
<DIV style="color:red">&lt;DIV>
<SPAN style="color:green">&lt;SPAN>
&lt;/SPAN></SPAN>
&lt;/DIV></DIV>
&lt;/SPAN></SPAN>
<HR>
NO BUG:<BR>
<SPAN style="color:blue">&lt;SPAN>
<DIV style="color:red">&lt;DIV>
<B style="color:green">&lt;B>
&lt;/B></B>
&lt;/DIV></DIV>
&lt;/SPAN></SPAN>
</body>
</html>