Bug 18778
Summary: | fast/repaint/float-overflow[-right] broken by DHTML repaint optimization in r31858 | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hyatt |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
mitz
<http://trac.webkit.org/changeset/31858> introduced invalid rect unioning inside the engine, which causes fast/repaint/float-overflow and fast/repaint/float-overflow-right to repaint the union rect, rendering the tests invalid.
The tests need to be split into multiple tests, each involving less than 25 repaint rectangles.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
s/the engine/WebCore/