mats.palmgren%bredband.net f40d6b462a Try all continuations of the block when looking for a letter frame. b=408493 r+sr=bzbarsky a=blocking1.9
git-svn-id: svn://10.0.0.236/trunk@243106 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-15 09:25:18 +00:00

17 lines
301 B
HTML

<html>
<head>
<style type="text/css">
body { -moz-column-count: 2; }
span { white-space: pre; }
body:first-letter { color:blue; font-size:400%; }
</style>
</head>
<body onload="var span=document.getElementById('span'); span.removeChild(span.lastChild);"><span id="span">T
</span>T</body>
</html>