karnaze%netscape.com bf52326163 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@134698 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-03 16:35:23 +00:00

11 lines
360 B
HTML

<html><head>
<title>First-Letter Test</title><style>
div.float:first-letter { float: left; font-size: 2em; }
div.nofloat:first-letter { font-size: 2em; }
</style></head><body>
<div class="float">This is a testcase<br>
of first-letter with float</div>
<div class="nofloat">This is a testcase<br>
of first-letter without float</div>
</body></html>