RESOLVED FIXED 57093
REGRESSION (r81691): Netflix website rendering text incorrectly
https://bugs.webkit.org/show_bug.cgi?id=57093
Summary REGRESSION (r81691): Netflix website rendering text incorrectly
Darth
Reported 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.
Attachments
issue image on metflix (25.93 KB, image/jpeg)
2011-03-25 04:57 PDT, Darth
no flags
possible reduction (216 bytes, text/html)
2011-03-25 05:01 PDT, Darth
no flags
Darth
Comment 1 2011-03-25 05:01:55 PDT
Created attachment 86918 [details] possible reduction
Alexey Proskuryakov
Comment 2 2011-03-25 10:36:57 PDT
Confirmed with nightly r81946. Doesn't happen with my local build of r81673.
Alexey Proskuryakov
Comment 3 2011-03-25 10:37:19 PDT
Andy Estes
Comment 4 2011-03-29 18:09:37 PDT
Andy Estes
Comment 5 2011-03-29 18:19:43 PDT
Looks like this no longer happens in ToT, due to <http://trac.webkit.org/changeset/82303>.
Note You need to log in before you can comment on or make changes to this bug.