Bug 122233
Summary: | [mac][wk2] REGRESSION (Tiled Drawing): A variety of regions tests have overflow which is not accounted for, and fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abucur, hyatt, mihnea, stavila |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Horton
These tests:
fast/regions/percentage-margins-mixed-ltr-dominant-regions.html
fast/regions/percentage-margins-mixed-rtl-dominant-regions.html
fast/regions/percentage-margins-rtl-variable-width-regions.html
fast/regions/percentage-margins-variable-width-regions.html
fast/regions/frame-view-overflow-scroll.html
have content that ends up in the overflow of a region. When using tiled drawing (which Mac will be doing always, for WebKit2, after bug 121859), tiles that only intersect the aforementioned overflow but not the region itself don't paint the region, so the content of the overflow disappears. Hyatt says that region overflow is being actively changed, and to Cc: Adobe folks, so I did that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radu Stavila
The problem has been fixed by https://bugs.webkit.org/show_bug.cgi?id=118665. Once that lands, it can be closed (118665 also removes the failing tests from TestsExpectations).