1 <html> 2 <head> 3 <script> 4 function runTest() { 5 // Uncomment to make this an automated test 6 // // Uses window.history hack; see http://bugs.webkit.org/show_bug.cgi?id=7135 7 // window.history[99999] = 1; 8 // window.history.back(); 9 } 10 </script> 11 </head> 12 <body onload="runTest();"> 13 <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> 14 <div><br><br></div> 15 <ol> 16 <li value="3">Click the "Back" button on the browser. 17 </ol> 18 </body> 19 </html> 20