Bug 57093 - REGRESSION (r81691): Netflix website rendering text incorrectly
Summary: REGRESSION (r81691): Netflix website rendering text incorrectly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar, Regression
Depends on: 56859
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-25 04:57 PDT by Darth
Modified: 2011-03-29 18:19 PDT (History)
4 users (show)

See Also:


Attachments
issue image on metflix (25.93 KB, image/jpeg)
2011-03-25 04:57 PDT, Darth
no flags Details
possible reduction (216 bytes, text/html)
2011-03-25 05:01 PDT, Darth
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darth 2011-03-25 04:57:53 PDT
Created attachment 86917 [details]
issue image on metflix

Downstream bug: http://code.google.com/p/chromium/issues/detail?id=77373
Last webkit nightly (win) to render it properly was r80840.

To check the issue, just visit any netflix page having multiple episode entries.
See attached image.

Issue can be reproduced by comparing the following piece of code on webkit nightly / chrome 12 vs Firefox 4:

<dl>
	<dt style='padding-left: 50px; float: left; width: 100px;'>1</dt>
	<dt style='float: left; width: 100px;'>2</dt>
	<dd style='margin-left: -235px; float: left;'>3</dd>
	<dd style='float: left;'>4</dd>
</dl>

The 1st <dd>s margin is dragging the 2nd <dd> along to the left.
Comment 1 Darth 2011-03-25 05:01:55 PDT
Created attachment 86918 [details]
possible reduction
Comment 2 Alexey Proskuryakov 2011-03-25 10:36:57 PDT
Confirmed with nightly r81946. Doesn't happen with my local build of r81673.
Comment 3 Alexey Proskuryakov 2011-03-25 10:37:19 PDT
<rdar://problem/9188359>
Comment 5 Andy Estes 2011-03-29 18:19:43 PDT
Looks like this no longer happens in ToT, due to <http://trac.webkit.org/changeset/82303>.