WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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>