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

Side by Side Diff: LayoutTests/scrollbars/scrollbar-part-created-with-no-parent-crash.html

Issue 7945004: Merge 95074 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
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 | LayoutTests/scrollbars/scrollbar-part-created-with-no-parent-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <style> 3 <style>
4 body 4 body
5 { 5 {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 ::-webkit-scrollbar { 8 ::-webkit-scrollbar {
9 -webkit-logical-height: 65536; 9 -webkit-logical-height: 65536;
10 -webkit-border-image: url(does_not_exist) 0 2 0 2; 10 -webkit-border-image: url(does_not_exist) 0 2 0 2;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 eventSender.mouseMoveTo(50, 0); 44 eventSender.mouseMoveTo(50, 0);
45 } 45 }
46 } 46 }
47 47
48 window.addEventListener('load', doTest, false); 48 window.addEventListener('load', doTest, false);
49 </script> 49 </script>
50 <div id="container" onmouseover="showScroller()" onmouseout="hideScroller()"> 50 <div id="container" onmouseover="showScroller()" onmouseout="hideScroller()">
51 <p>PASS</p> 51 <p>PASS</p>
52 </div> 52 </div>
53 </html> 53 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/scrollbars/scrollbar-part-created-with-no-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698