adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/parser/htmlparser/tests/html/bug18865.html
Normal file
24
mozilla/parser/htmlparser/tests/html/bug18865.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<HTML>
|
||||
|
||||
|
||||
<BODY BGCOLOR="lime" TEXT="#FFFFFF">
|
||||
|
||||
<title>bug18865</title>
|
||||
<span style="background-color:yellow">
|
||||
<a href="bug19172.html">
|
||||
Next...</a></span><br><br>
|
||||
|
||||
<FONT FACE="Arial,Helvetica,sans-serif" SIZE="2" COLOR="#000000">
|
||||
|
||||
This text is displayed in the assigned font color (black)
|
||||
<BLOCKQUOTE>
|
||||
This text is displayed in white rather than font color assigned. This text is not using the assigned font color but rather
|
||||
the text color assigned in the BODY element.
|
||||
</BLOCKQUOTE>
|
||||
|
||||
</FONT>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user