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

Side by Side Diff: LayoutTests/inspector/debugger/debugger-completions-on-call-frame.html

Issue 7034027: Merge 86768 - 2011-05-18 Pavel Feldman <pfeldman@google.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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/debugger/debugger-completions-on-call-frame-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 src="../../http/tests/inspector/debugger-test.js"></script> 4 <script src="../../http/tests/inspector/debugger-test.js"></script>
5 <script> 5 <script>
6 6
7 var a = 1; 7 var a = 1;
8 function testFunction() 8 function testFunction()
9 { 9 {
10 var var1 = 2; 10 var var1 = 2;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 </head> 62 </head>
63 63
64 <body onload="runTest()"> 64 <body onload="runTest()">
65 <p> 65 <p>
66 Test that completions in the context of the call frame will result in names 66 Test that completions in the context of the call frame will result in names
67 of its scope variables. 67 of its scope variables.
68 </p> 68 </p>
69 69
70 </body> 70 </body>
71 </html> 71 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/debugger/debugger-completions-on-call-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698