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.
Created attachment 86918 [details] possible reduction
Confirmed with nightly r81946. Doesn't happen with my local build of r81673.
<rdar://problem/9188359>
Caused by <http://trac.webkit.org/changeset/81691>.
Looks like this no longer happens in ToT, due to <http://trac.webkit.org/changeset/82303>.