WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

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