<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>