adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
36
mozilla/parser/htmlparser/tests/html/bug5859.html
Normal file
36
mozilla/parser/htmlparser/tests/html/bug5859.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<html>
|
||||
|
||||
<body>
|
||||
|
||||
<title>bug5859</title>
|
||||
<span style="background-color:yellow">
|
||||
<a href="bug6233.html">
|
||||
Next...</a></span><br><br>
|
||||
|
||||
|
||||
<div style="float: left; border: medium solid purple; width: 10em;">
|
||||
|
||||
Floating Div, floating left.
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<font face="arial, geneva, helvetica">
|
||||
|
||||
|
||||
|
||||
<p style="border: medium solid green; margin-top: 0;">Paragraph</p>
|
||||
|
||||
|
||||
|
||||
<font face="arial, geneva, helvetica, sans, swiss"></font>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user