Bug 18778 - fast/repaint/float-overflow[-right] broken by DHTML repaint optimization in r31858
Summary: fast/repaint/float-overflow[-right] broken by DHTML repaint optimization in r...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2008-04-28 01:13 PDT by mitz
Modified: 2008-04-28 01:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-04-28 01:13:16 PDT
<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.
Comment 1 mitz 2008-04-28 01:13:41 PDT
s/the engine/WebCore/