Bug 46114 - REGRESSION: Two tables repaint tests failing on bots
Summary: REGRESSION: Two tables repaint tests failing on bots
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 12:39 PDT by Dave Hyatt
Modified: 2010-09-20 13:21 PDT (History)
0 users

See Also:


Attachments
Patch (29.94 KB, patch)
2010-09-20 12:41 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (3.67 KB, patch)
2010-09-20 13:18 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-09-20 12:39:10 PDT
This is a regression from setting the new table cell location in layoutRows prior to laying out.  In order to fix, I need to apply layout delta the same way block layout does.
Comment 1 Dave Hyatt 2010-09-20 12:41:16 PDT
Created attachment 68124 [details]
Patch
Comment 2 Dave Hyatt 2010-09-20 13:18:26 PDT
Created attachment 68128 [details]
Patch
Comment 3 Dave Hyatt 2010-09-20 13:21:52 PDT
Fixed in r67879.