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

Side by Side Diff: LayoutTests/http/tests/inspector/network/disabled-cache-crash.html

Issue 7548016: Merge 92143 - .: REGRESSION (r39725?): Resources removed from document can not be freed until the... (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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.setCanOpenWindows(); 5 layoutTestController.setCanOpenWindows();
6 6
7 var ga = document.createElement('script'); 7 var ga = document.createElement('script');
8 ga.type = 'text/javascript'; 8 ga.type = 'text/javascript';
9 ga.async = true; 9 ga.async = true;
10 ga.src = 'script.js'; 10 ga.src = 'script.js';
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 internals.disableMemoryCache(false); 57 internals.disableMemoryCache(false);
58 InspectorTest.completeTest(); 58 InspectorTest.completeTest();
59 } 59 }
60 } 60 }
61 </script> 61 </script>
62 <head> 62 <head>
63 <body onload="runTest()"> 63 <body onload="runTest()">
64 </body> 64 </body>
65 </html> 65 </html>
66 66
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/http/tests/inspector/network/disabled-cache-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698