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