Mozilla/mozilla/layout/reftests/bugs/362901-1-ref.html
bzbarsky%mit.edu 298f4922e3 Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@224563 18797224-902f-48f8-a5cc-f745e15eee43
2007-04-16 00:42:54 +00:00

26 lines
654 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
</head>
<body>
<div><span>T</span>ext</div>
<div style="overflow: auto"><span>T</span>ext</div>
<fieldset><span>T</span>ext</fieldset>
<table><tr><td><span>T</span>ext</td></tr></table>
<div><span>T</span>ext</div>
<div style="overflow: auto"><span>T</span>ext</div>
<fieldset><span>T</span>ext</fieldset>
<table><tr><td><span>T</span>ext</td></tr></table>
<div><span>T</span>extMore Text</div>
<div style="overflow: auto"><span>T</span>extMore Text</div>
<fieldset><span>T</span>extMore Text</fieldset>
<table><tr><td><span>T</span>extMore Text</td></tr></table>
</body>
</html>