summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html')
-rw-r--r--WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html b/WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
new file mode 100644
index 0000000..c6568dc
--- /dev/null
+++ b/WebCore/manual-tests/resources/redraw-page-cache-visited-links-2.html
@@ -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>