Bug 25602 - REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn on ToT
Summary: REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn on ToT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on: 25269 25564
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-06 20:08 PDT by Eric Seidel (no email)
Modified: 2009-05-10 09:29 PDT (History)
3 users (show)

See Also:


Attachments
Do not paint a self-painting layer's outline in paintLayer() (47.41 KB, patch)
2009-05-10 01:09 PDT, mitz
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-05-06 20:08:31 PDT
fast/overflow/overflow-focus-ring.html seems double-drawn on ToT

I'm testing with r43332.

I ran the pixel tests just now and fast/overflow/overflow-focus-ring.html, the ring seems double drawn.
Comment 1 mitz 2009-05-06 20:20:59 PDT
Looks like the same thing that's happened to the textarea I'm typing in right now.
Comment 2 mitz 2009-05-10 01:09:18 PDT
Created attachment 30161 [details]
Do not paint a self-painting layer's outline in paintLayer()
Comment 3 David Kilzer (:ddkilzer) 2009-05-10 06:18:02 PDT
Comment on attachment 30161 [details]
Do not paint a self-painting layer's outline in paintLayer()

r=me
Comment 4 mitz 2009-05-10 09:29:26 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/43458>.