Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: Source/WebCore/manual-tests/custom-scrollbar-renderer-removed-crash.html

Issue 7811011: Revert 94131 - Merge 94107 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebCore/page/FrameView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/manual-tests/custom-scrollbar-renderer-removed-crash.html
===================================================================
--- Source/WebCore/manual-tests/custom-scrollbar-renderer-removed-crash.html (revision 94139)
+++ Source/WebCore/manual-tests/custom-scrollbar-renderer-removed-crash.html (working copy)
@@ -1,11 +0,0 @@
-<html>
-<body>
-Reload page and mouse click quickly in the black box.
-<style>
-::-webkit-scrollbar { width: 1000; }
-</style>
-<script>setTimeout("try { document.body.offsetTop; child = document.body; child.parentNode.removeChild(child); } catch(e) {}", 100);</script>
-<svg>
-</svg>
-</body>
-</html>
« no previous file with comments | « no previous file | Source/WebCore/page/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698