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

Side by Side Diff: LayoutTests/inspector/uisourcecode-revisions.html

Issue 11039015: Merge 129648 - Web Inspector: [REGRESSION] Revision support problems: revert and apply original con… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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/inspector/uisourcecode-revisions-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 <head> 2 <head>
3 <script src="../http/tests/inspector/inspector-test.js"></script> 3 <script src="../http/tests/inspector/inspector-test.js"></script>
4 <script> 4 <script>
5 function test() 5 function test()
6 { 6 {
7 setTimeout(InspectorTest.completeTest.bind(InspectorTest), 3000); 7 setTimeout(InspectorTest.completeTest.bind(InspectorTest), 3000);
8 WebInspector.showPanel("scripts"); 8 WebInspector.showPanel("scripts");
9 9
10 function createMockContentProvider() 10 function createMockContentProvider()
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 }, 186 },
187 ]); 187 ]);
188 } 188 }
189 </script> 189 </script>
190 </head> 190 </head>
191 <body onload="runTest()"> 191 <body onload="runTest()">
192 <p>Tests revision support in UISourceCode.</p> 192 <p>Tests revision support in UISourceCode.</p>
193 <a href="https://bugs.webkit.org/show_bug.cgi?id=97669">Bug 97669</a> 193 <a href="https://bugs.webkit.org/show_bug.cgi?id=97669">Bug 97669</a>
194 </body> 194 </body>
195 </html> 195 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/uisourcecode-revisions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698