Re: white-space patch
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Oct 01, 2011 at 01:11:05PM -0300, Jorge Arellano Cid wrote: > On Sat, Oct 01, 2011 at 11:03:18AM -0300, Jorge Arellano Cid wrote: > > On Fri, Sep 30, 2011 at 08:54:39AM +0200, Johannes Hofmann wrote: > > > On Wed, Sep 28, 2011 at 05:49:10PM -0300, Jorge Arellano Cid wrote: > > > > > [...] > > > > Please explain the non-deterministical behaviour at google. > > > > > > If I search for e.g. dillo on google, the first line (the link) of a > > > result entry is sometimes broken into two lines, sometimes not. > > > > Thanks for the explanation. > > > > After some time reviewing it and guessing, I succeeded to isolate > > a small testcase which I'm reviewing now. > > Sorry, it was not a reliable testcase... :-P Attached goes a small and very interesting testcase. (I had a hard time reducing google's page :-P). Compare with Firefox/Iceweasel rendering. -- Cheers Jorge.- _______________________________________________ Dillo-dev mailing list [email protected] http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
g3.html
(text/html, 860 B)
<!DOCTYPE html>
<html>
<head>
<title>dillo - Google Search</title>
<style type="text/css">
div{border:1px solid black}
#center_col{margin-left:159px;margin-right:264px;padding:0 8px}
</style>
<style type="text/css">
#center_col{min-width:562px}
</style>
</head>
<body>
<div>
<div id="center_col">
<h2>Search Results</h2>
<div>
<ol>
<li>
<h3><a href="http://www.dillo.org/">
<em>Dillo</em> Web Browser :: Home Page</a></h3>
<div>
Lightweight browser alternative for those using Unix.
</div>
<div>
<cite>http://www.dillo.org/<b>download</b>.html</cite>
</div>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>