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

Side by Side Diff: LayoutTests/fast/events/device-orientation-crash.html

Issue 6476007: Merge 77418 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/fast/events/device-orientation-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 <script> 2 <script>
3 var frame; 3 var frame;
4 4
5 if (!window.gc) { 5 if (!window.gc) {
6 window.gc = function() { 6 window.gc = function() {
7 if (window.GCController) 7 if (window.GCController)
8 return GCController.collect(); 8 return GCController.collect();
9 for (var i = 0; i < 10000; i++) { 9 for (var i = 0; i < 10000; i++) {
10 var s = new String("abc"); 10 var s = new String("abc");
(...skipping 25 matching lines...) Expand all
36 36
37 if (!frame.contentWindow.ondeviceorientation) 37 if (!frame.contentWindow.ondeviceorientation)
38 done(); 38 done();
39 else 39 else
40 frame.contentWindow.ondeviceorientation = remove; 40 frame.contentWindow.ondeviceorientation = remove;
41 } 41 }
42 </script> 42 </script>
43 <body onload="crash()"> 43 <body onload="crash()">
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/device-orientation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698