RESOLVED WONTFIX 21669
overflow in cells due to margin-right
https://bugs.webkit.org/show_bug.cgi?id=21669
Summary overflow in cells due to margin-right
jasneet
Reported 2008-10-16 14:18:03 PDT
I Steps: Go to the attached testcase II Issue: The overflow is happening because of margin-right. webkit computes the width of the cell by adding additional margin information to width:100%. Where as IE includes the margin information in width:100% itself. III Other Browsers: IE7: ok FF3: not ok IV Nightly tested: 37604
Attachments
testcase (348 bytes, text/html)
2008-10-16 14:19 PDT, jasneet
no flags
jasneet
Comment 1 2008-10-16 14:19:11 PDT
Created attachment 24421 [details] testcase
Note You need to log in before you can comment on or make changes to this bug.