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

Side by Side Diff: LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html

Issue 10911336: Merge 127902 - Web Inspector: [REGRESSION] Content is not available for dynamically loaded script s… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../inspector-test.js"></script> 3 <script src="../inspector-test.js"></script>
4 <script src="../resources-test.js"></script> 4 <script src="../resources-test.js"></script>
5 <script src="resource-tree-test.js"></script> 5 <script src="resource-tree-test.js"></script>
6 <link rel="stylesheet" href="resources/styles-initial.css"> 6 <link rel="stylesheet" href="resources/styles-initial.css">
7 <script> 7 <script>
8 function createScriptTag() 8 function createScriptTag()
9 { 9 {
10 var scriptElement = document.createElement("script"); 10 var scriptElement = document.createElement("script");
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 InspectorTest.completeTest(); 51 InspectorTest.completeTest();
52 } 52 }
53 } 53 }
54 </script> 54 </script>
55 </head> 55 </head>
56 <body onload="runTest()"> 56 <body onload="runTest()">
57 <p>Tests resource content is correctly loaded if Resource.requestContent was cal led before network request was finished.</p> 57 <p>Tests resource content is correctly loaded if Resource.requestContent was cal led before network request was finished.</p>
58 <a href="https://bugs.webkit.org/show_bug.cgi?id=90153">Bug 90153</a> 58 <a href="https://bugs.webkit.org/show_bug.cgi?id=90153">Bug 90153</a>
59 </body> 59 </body>
60 </html> 60 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698