haikuwebkit/ManualTests/resources/redraw-page-cache-visited-l...

20 lines
522 B
HTML
Raw Permalink Normal View History

<html>
<head>
<script>
function runTest() {
// Uncomment to make this an automated test
2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * bindings/c/c_utility.cpp: (KJS::Bindings::convertUTF8ToUTF16): * kjs/function.cpp: (KJS::FunctionImp::callAsFunction): * kjs/grammar.y: * kjs/keywords.table: * kjs/lexer.cpp: (KJS::Lexer::shift): 2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * ChangeLog: * WebCore.vcproj/WebCore/build-generated-files.sh: * manual-tests/ATSU-bad-layout.html: * manual-tests/accidental-strict-mode.html: * manual-tests/applet-param-no-name.html: * manual-tests/bidi-parens.html: * manual-tests/bugzilla-3855.html: * manual-tests/bugzilla-4840.html: * manual-tests/bugzilla-6821.html: * manual-tests/containing-block-position-chage.html: * manual-tests/contenteditable-link.html: * manual-tests/css3-cursor-fallback-quirks.html: * manual-tests/css3-cursor-fallback-strict.html: * manual-tests/custom-cursors.html: * manual-tests/dictionary-scrolled-iframe.html: * manual-tests/dom-manipulation-on-resize.html: * manual-tests/drag-image-to-address-bar.html: * manual-tests/empty-link-target.html: * manual-tests/empty-title-popup.html: * manual-tests/first-line-style-crash.html: * manual-tests/invalid-mouse-event.html: * manual-tests/left-overflow-repaint.html: * manual-tests/linkjump-3.html: * manual-tests/log-keypress-events.html: * manual-tests/named-window-blank-target.html: * manual-tests/plain-text-paste.html: * manual-tests/plugin-controller-datasource.html: * manual-tests/pre-tab-selection-rect.html: * manual-tests/redirection-target.html: * manual-tests/redraw-page-cache-visited-links.html: * manual-tests/reset-initiatedDrag.html: * manual-tests/resources/named-window-blank-target-step2.html: * manual-tests/resources/named-window-blank-target-step3.html: * manual-tests/resources/named-window-blank-target-step4.html: * manual-tests/resources/redraw-page-cache-visited-links-2.html: * manual-tests/scrollbar-hittest.html: * manual-tests/scrollbar-hittest2.html: * manual-tests/subview-click-assertion.html: * manual-tests/tabbing-input-google.html: * manual-tests/text-field-autoscroll.html: * manual-tests/textarea-after-stylesheet-link.html: * manual-tests/textarea-focus.html: * manual-tests/whitespace-pre-affinity.html: 2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * WebInspector/webInspector/inspector.css: * WebView/WebHTMLView.mm: (-[WebHTMLView firstRectForCharacterRange:]): * WebView/WebView.mm: (-[WebView initWithFrame:frameName:groupName:]): Canonical link: https://commits.webkit.org/17088@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20304 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2007-03-19 04:32:24 +00:00
// // 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();">
2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * bindings/c/c_utility.cpp: (KJS::Bindings::convertUTF8ToUTF16): * kjs/function.cpp: (KJS::FunctionImp::callAsFunction): * kjs/grammar.y: * kjs/keywords.table: * kjs/lexer.cpp: (KJS::Lexer::shift): 2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * ChangeLog: * WebCore.vcproj/WebCore/build-generated-files.sh: * manual-tests/ATSU-bad-layout.html: * manual-tests/accidental-strict-mode.html: * manual-tests/applet-param-no-name.html: * manual-tests/bidi-parens.html: * manual-tests/bugzilla-3855.html: * manual-tests/bugzilla-4840.html: * manual-tests/bugzilla-6821.html: * manual-tests/containing-block-position-chage.html: * manual-tests/contenteditable-link.html: * manual-tests/css3-cursor-fallback-quirks.html: * manual-tests/css3-cursor-fallback-strict.html: * manual-tests/custom-cursors.html: * manual-tests/dictionary-scrolled-iframe.html: * manual-tests/dom-manipulation-on-resize.html: * manual-tests/drag-image-to-address-bar.html: * manual-tests/empty-link-target.html: * manual-tests/empty-title-popup.html: * manual-tests/first-line-style-crash.html: * manual-tests/invalid-mouse-event.html: * manual-tests/left-overflow-repaint.html: * manual-tests/linkjump-3.html: * manual-tests/log-keypress-events.html: * manual-tests/named-window-blank-target.html: * manual-tests/plain-text-paste.html: * manual-tests/plugin-controller-datasource.html: * manual-tests/pre-tab-selection-rect.html: * manual-tests/redirection-target.html: * manual-tests/redraw-page-cache-visited-links.html: * manual-tests/reset-initiatedDrag.html: * manual-tests/resources/named-window-blank-target-step2.html: * manual-tests/resources/named-window-blank-target-step3.html: * manual-tests/resources/named-window-blank-target-step4.html: * manual-tests/resources/redraw-page-cache-visited-links-2.html: * manual-tests/scrollbar-hittest.html: * manual-tests/scrollbar-hittest2.html: * manual-tests/subview-click-assertion.html: * manual-tests/tabbing-input-google.html: * manual-tests/text-field-autoscroll.html: * manual-tests/textarea-after-stylesheet-link.html: * manual-tests/textarea-focus.html: * manual-tests/whitespace-pre-affinity.html: 2007-03-19 Mark Rowe <mrowe@apple.com> Rubber-stamped by Brady. Update references to bugzilla.opendarwin.org with bugs.webkit.org. * WebInspector/webInspector/inspector.css: * WebView/WebHTMLView.mm: (-[WebHTMLView firstRectForCharacterRange:]): * WebView/WebView.mm: (-[WebView initWithFrame:frameName:groupName:]): Canonical link: https://commits.webkit.org/17088@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20304 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2007-03-19 04:32:24 +00:00
<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>