adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
27
mozilla/parser/htmlparser/tests/html/bug12632.html
Normal file
27
mozilla/parser/htmlparser/tests/html/bug12632.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<html>
|
||||
|
||||
<title>bug12632</title>
|
||||
<span style="background-color:yellow">
|
||||
<a href="bug12468.html">
|
||||
Next...</a></span><br><br>
|
||||
|
||||
<FONT SIZE=-2><CENTER>
|
||||
This should be small, but center nested inside font makes it normal
|
||||
</CENTER>
|
||||
</FONT>
|
||||
|
||||
<FONT COLOR="ff1493"><DIV>
|
||||
This should be red, but div nested inside font makes it black
|
||||
</DIV>
|
||||
</FONT>
|
||||
|
||||
<CENTER>
|
||||
<FONT size=-2>Now the font is inside the center, so it is small</FONT>
|
||||
</CENTER>
|
||||
|
||||
<DIV>
|
||||
<FONT COLOR="ff1493">Now the font is inside the div, so it is red</FONT>
|
||||
</DIV>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user