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

Side by Side 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, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebCore/page/FrameView.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <body>
3 Reload page and mouse click quickly in the black box.
4 <style>
5 ::-webkit-scrollbar { width: 1000; }
6 </style>
7 <script>setTimeout("try { document.body.offsetTop; child = document.body; child. parentNode.removeChild(child); } catch(e) {}", 100);</script>
8 <svg>
9 </svg>
10 </body>
11 </html>
OLDNEW
« 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