Bug 9144 - Test for Bug 8079 (REGRESSION: Redraw from page cache does not show visited links)
Summary: Test for Bug 8079 (REGRESSION: Redraw from page cache does not show visited l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL: http://bugzilla.opendarwin.org/show_b...
Keywords:
Depends on: 9150
Blocks: 8079
  Show dependency treegraph
 
Reported: 2006-05-28 06:34 PDT by David Kilzer (:ddkilzer)
Modified: 2006-06-01 03:57 PDT (History)
0 users

See Also:


Attachments
Patch v1 (2.14 KB, patch)
2006-05-28 17:56 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff
Patch v2 (2.82 KB, patch)
2006-05-28 18:48 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!