Summary: | Painting collapsed borders during scrolling | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Robert Hogan <robert> | ||||||||||
Component: | CSS | Assignee: | Robert Hogan <robert> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | buildbot, commit-queue, esprehn+autocc, glenn, jchaffraix, rniwa, robert | ||||||||||
Priority: | P2 | ||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
URL: | http://test.csswg.org/suites/css2.1/nightly-unstable/html4/border-conflict-element-001d.htm | ||||||||||||
Attachments: |
|
Description
Robert Hogan
2012-05-04 13:30:00 PDT
Created attachment 203575 [details]
Patch
Created attachment 203576 [details]
Patch
Created attachment 203578 [details]
Patch
Comment on attachment 203578 [details] Patch Attachment 203578 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/758287 New failing tests: fast/repaint/table-cell-collapsed-border-scroll.html Created attachment 203582 [details]
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.3
Comment on attachment 203578 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203578&action=review r=me > Source/WebCore/ChangeLog:10 > + WHen painting collapsed borders we need to paint the borders of the row above Little typo. "WHen" should be "When" Committed r151444: <http://trac.webkit.org/changeset/151444> |