Bug 9144

Summary: Test for Bug 8079 (REGRESSION: Redraw from page cache does not show visited links)
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Layout and RenderingAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://bugzilla.opendarwin.org/show_bug.cgi?id=8079
Bug Depends on: 9150    
Bug Blocks: 8079    
Attachments:
Description Flags
Patch v1
none
Patch v2 darin: review+

Description David Kilzer (:ddkilzer) 2006-05-28 06:34:20 PDT
Per Bug 8079 Comment #10, a test case is still needed.
Comment 1 David Kilzer (:ddkilzer) 2006-05-28 17:56:17 PDT
Created attachment 8586 [details]
Patch v1

Patch v1 containing a manual test for Bug 8079.

I tried automating the test, but the original problem in Bug 8079 would not reproduce when it was automated, e.g., the link was always drawn in the visited color.
Comment 2 David Kilzer (:ddkilzer) 2006-05-28 18:48:06 PDT
Created attachment 8587 [details]
Patch v2

Identical to Patch v1 plus changelog.
Comment 3 David Kilzer (:ddkilzer) 2006-06-01 03:57:28 PDT
Committed as r14664.  My first commit!