WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,19 @@
+<html>
+<head>
+<script>
+function runTest() {
+// Uncomment to make this an automated test
+//    // Uses window.history hack; see http://bugs.webkit.org/show_bug.cgi?id=7135
+//    window.history[99999] = 1;
+//    window.history.back();
+}
+</script>
+</head>
+<body onload="runTest();">
+<div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
+<div><br><br></div>
+<ol>
+<li value="3">Click the "Back" button on the browser.
+</ol>
+</body>
+</html>